Html Css Color HEX #CEC220 Barberry

📋 copy color: '#CEC220'

red 206 ◦ green 194 ◦ blue 32

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

Shades of Barberry #CEC220

Tints of Barberry #CEC220

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.91%

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

R = 47.69%
G = 44.91%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CEC220 (or 0xCEC220) is known color: Barberry. HEX triplet: CE, C2 and 20. RGB value is (206,194,32). Sum of RGB (Red+Green+Blue) = 206+194+32=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 194 (76.17% from 255 or 44.91% from 432); Blue value is 32 (12.89% from 255 or 7.41% from 432); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC220 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC220 is #313DDF. Grayscale: #B3B3B3. Windows color (decimal): -3227104 or 2147022. OLE color: 2147022.

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

Color convert

RGB 206 194 32 -
CMYK 0 0.06 0.84 0.19
HSL 55.86º 0.73% 0.47% -
HSV(B) 55.86º 0.84% 0.81% -
XYZ 45.01 51.81 8.99 -
YUV 179.12 44.98 147.17 -
System Red Green Blue C M Y K H S L
Decimal 206 194 32 0 0.06 0.84 0.19 55.86 0.73 0.47
Hex CE C2 20 0 6 54 13 38 49 2F
Octal 316 302 40 0 6 124 23 70 111 57
Binary 11001110 11000010 100000 0 110 1010100 10011 111000 1001001 101111

Color Harmonies of #CEC220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC220

Black with #CEC220

Text Example


Text Example

White with #CEC220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC220; }

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

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

background-color css

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

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

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

border-color css

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

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

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