Html Css Color HEX #CEC421 Barberry

📋 copy color: '#CEC421'

red 206 ◦ green 196 ◦ blue 33

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

Shades of Barberry #CEC421

Tints of Barberry #CEC421

RGB

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

 GREEN value IS 196 (76.95% from 255) = 45.06%

 BLUE value IS 33 (13.28% from 255) = 7.59%

R = 47.36%
G = 45.06%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CEC421 (or 0xCEC421) is known color: Barberry. HEX triplet: CE, C4 and 21. RGB value is (206,196,33). Sum of RGB (Red+Green+Blue) = 206+196+33=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 196 (76.95% from 255 or 45.06% from 435); Blue value is 33 (13.28% from 255 or 7.59% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC421 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC421 is #313BDE. Grayscale: #B5B5B5. Windows color (decimal): -3226591 or 2213070. OLE color: 2213070.

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

Color convert

RGB 206 196 33 -
CMYK 0 0.05 0.84 0.19
HSL 56.53º 0.72% 0.47% -
HSV(B) 56.53º 0.84% 0.81% -
XYZ 45.47 52.71 9.22 -
YUV 180.41 44.81 146.25 -
System Red Green Blue C M Y K H S L
Decimal 206 196 33 0 0.05 0.84 0.19 56.53 0.72 0.47
Hex CE C4 21 0 5 54 13 39 48 2F
Octal 316 304 41 0 5 124 23 71 110 57
Binary 11001110 11000100 100001 0 101 1010100 10011 111001 1001000 101111

Color Harmonies of #CEC421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC421

Black with #CEC421

Text Example


Text Example

White with #CEC421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC421; }

 p { color: rgb(206,196,33); }

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

background-color css

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

 a { background-color: rgb(206,196,33); }

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

border-color css

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

 span { border-color: rgb(206,196,33); }

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