Html Css Color HEX #CECB20 Barberry

📋 copy color: '#CECB20'

red 206 ◦ green 203 ◦ blue 32

#CECB20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barberry #CECB20

Tints of Barberry #CECB20

RGB

 RED value IS 206 (80.86% from 255) = 46.71%

 GREEN value IS 203 (79.69% from 255) = 46.03%

 BLUE value IS 32 (12.89% from 255) = 7.26%

R = 46.71%
G = 46.03%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CECB20 (or 0xCECB20) is known color: Barberry. HEX triplet: CE, CB and 20. RGB value is (206,203,32). Sum of RGB (Red+Green+Blue) = 206+203+32=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 203 (79.69% from 255 or 46.03% from 441); Blue value is 32 (12.89% from 255 or 7.26% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECB20 is #3134DF. Grayscale: #B9B9B9. Windows color (decimal): -3224800 or 2149326. OLE color: 2149326.

HSL color Cylindrical-coordinate representation of color #CECB20: hue angle of 58.97º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CECB20 is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 203 32 -
CMYK 0 0.01 0.84 0.19
HSL 58.97º 0.73% 0.47% -
HSV(B) 58.97º 0.84% 0.81% -
XYZ 47.07 55.94 9.68 -
YUV 184.4 41.99 143.4 -
System Red Green Blue C M Y K H S L
Decimal 206 203 32 0 0.01 0.84 0.19 58.97 0.73 0.47
Hex CE CB 20 0 1 54 13 3B 49 2F
Octal 316 313 40 0 1 124 23 73 111 57
Binary 11001110 11001011 100000 0 1 1010100 10011 111011 1001001 101111

Color Harmonies of #CECB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECB20

Black with #CECB20

Text Example


Text Example

White with #CECB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECB20; }

 p { color: rgb(206,203,32); }

 H1.HeaderClassName
 {
   color: #CECB20;
 }
 .AnyTagClassName
 {
   color: #CECB20;
 }
</style>

background-color css

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

 a { background-color: rgb(206,203,32); }

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

border-color css

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

 span { border-color: rgb(206,203,32); }

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