#cebd26

Color #CEBD26 Barberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barberry #CEBD26

Tints of Barberry #CEBD26

Color information

#CEBD26 (or 0xCEBD26) is unknown color: approx Barberry. HEX triplet: CE, BD and 26. RGB value is (206,189,38). Sum of RGB (Red+Green+Blue) = 206+189+38=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 189 (74.22% from 255 or 43.65% from 433); Blue value is 38 (15.23% from 255 or 8.78% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBD26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBD26 is #3142D9. Grayscale: #B1B1B1. Windows color (decimal): -3228378 or 2538958. OLE color: 2538958.

HSL color Cylindrical-coordinate representation of color #CEBD26: hue angle of 53.93º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CEBD26 is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.19.

Color convert

RGB20618938-
CMYK00.080.820.19
HSL53.93º68.85%47.84%-
HSV(B)53.93º81.55%80.78%-
XYZ4449.669.1-
YUV176.8749.63148.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 47.58%
GREEN value IS 189 (74.22% from 255) = 43.65%
BLUE value IS 38 (15.23% from 255) = 8.78%
R=47.58%
G=43.65%
B=8.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.82
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061893800.080.820.1953.9368.8547.84
HexCEBD26085213364530
Octal31627546010122236610560
Binary1100111010111101100110010001010010100111101101000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cebd26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cebd26; }

 p { color: rgb(206,189,38); }

 H1.HeaderClassName
 {
   color: #cebd26;
 }
 .AnyTagClassName
 {
   color: #cebd26;
 }
</style>
background-color css

<style>
 a { background-color: #cebd26; }

 a { background-color: rgb(206,189,38); }

 div.DivClassName
 {
   background-color: #cebd26;
 }
 .BgClassName
 {
   background-color: #cebd26;
 }
</style>
border-color css

<style>
 span { border-color: #cebd26; }

 span { border-color: rgb(206,189,38); }

 td.TdClassName
 {
   border-color: #cebd26;
 }
 .TagClassName
 {
   border-color: #cebd26;
 }
</style>