Html Css Color HEX #CECC20 Barberry

📋 copy color: '#CECC20'

red 206 ◦ green 204 ◦ blue 32

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

Shades of Barberry #CECC20

Tints of Barberry #CECC20

RGB

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

 GREEN value IS 204 (80.08% from 255) = 46.15%

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

R = 46.61%
G = 46.15%
B = 7.24%

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

#CECC20 (or 0xCECC20) is known color: Barberry. HEX triplet: CE, CC and 20. RGB value is (206,204,32). Sum of RGB (Red+Green+Blue) = 206+204+32=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 204 (80.08% from 255 or 46.15% from 442); Blue value is 32 (12.89% from 255 or 7.24% from 442); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECC20 is #3133DF. Grayscale: #B9B9B9. Windows color (decimal): -3224544 or 2149582. OLE color: 2149582.

HSL color Cylindrical-coordinate representation of color #CECC20: hue angle of 59.31º 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 #CECC20 is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 204 32 -
CMYK 0 0.01 0.84 0.19
HSL 59.31º 0.73% 0.47% -
HSV(B) 59.31º 0.84% 0.81% -
XYZ 47.31 56.41 9.76 -
YUV 184.99 41.66 142.99 -
System Red Green Blue C M Y K H S L
Decimal 206 204 32 0 0.01 0.84 0.19 59.31 0.73 0.47
Hex CE CC 20 0 1 54 13 3B 49 2F
Octal 316 314 40 0 1 124 23 73 111 57
Binary 11001110 11001100 100000 0 1 1010100 10011 111011 1001001 101111

Color Harmonies of #CECC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECC20

Black with #CECC20

Text Example


Text Example

White with #CECC20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECC20; }

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

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

background-color css

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

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

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

border-color css

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

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

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