Html Css Color HEX #CECB22 Barberry

📋 copy color: '#CECB22'

red 206 ◦ green 203 ◦ blue 34

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

Shades of Barberry #CECB22

Tints of Barberry #CECB22

RGB

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

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

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

R = 46.5%
G = 45.82%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CECB22 (or 0xCECB22) is known color: Barberry. HEX triplet: CE, CB and 22. RGB value is (206,203,34). Sum of RGB (Red+Green+Blue) = 206+203+34=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 203 (79.69% from 255 or 45.82% from 443); Blue value is 34 (13.67% from 255 or 7.67% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECB22 is #3134DD. Grayscale: #B9B9B9. Windows color (decimal): -3224798 or 2280398. OLE color: 2280398.

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

Color convert

RGB 206 203 34 -
CMYK 0 0.01 0.83 0.19
HSL 58.95º 0.72% 0.47% -
HSV(B) 58.95º 0.83% 0.81% -
XYZ 47.1 55.95 9.83 -
YUV 184.63 42.99 143.24 -
System Red Green Blue C M Y K H S L
Decimal 206 203 34 0 0.01 0.83 0.19 58.95 0.72 0.47
Hex CE CB 22 0 1 53 13 3B 48 2F
Octal 316 313 42 0 1 123 23 73 110 57
Binary 11001110 11001011 100010 0 1 1010011 10011 111011 1001000 101111

Color Harmonies of #CECB22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECB22

Black with #CECB22

Text Example


Text Example

White with #CECB22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECB22; }

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

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

background-color css

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

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

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

border-color css

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

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

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