Html Css Color HEX #CEC222 Barberry

📋 copy color: '#CEC222'

red 206 ◦ green 194 ◦ blue 34

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

Shades of Barberry #CEC222

Tints of Barberry #CEC222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.83%

R = 47.47%
G = 44.7%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CEC222 (or 0xCEC222) is known color: Barberry. HEX triplet: CE, C2 and 22. RGB value is (206,194,34). Sum of RGB (Red+Green+Blue) = 206+194+34=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 194 (76.17% from 255 or 44.70% from 434); Blue value is 34 (13.67% from 255 or 7.83% from 434); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC222 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC222 is #313DDD. Grayscale: #B4B4B4. Windows color (decimal): -3227102 or 2278094. OLE color: 2278094.

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

Color convert

RGB 206 194 34 -
CMYK 0 0.06 0.83 0.19
HSL 55.81º 0.72% 0.47% -
HSV(B) 55.81º 0.83% 0.81% -
XYZ 45.03 51.82 9.14 -
YUV 179.35 45.98 147.01 -
System Red Green Blue C M Y K H S L
Decimal 206 194 34 0 0.06 0.83 0.19 55.81 0.72 0.47
Hex CE C2 22 0 6 53 13 38 48 2F
Octal 316 302 42 0 6 123 23 70 110 57
Binary 11001110 11000010 100010 0 110 1010011 10011 111000 1001000 101111

Color Harmonies of #CEC222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC222

Black with #CEC222

Text Example


Text Example

White with #CEC222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC222; }

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

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

background-color css

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

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

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

border-color css

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

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

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