Html Css Color HEX #CAC222 Barberry

📋 copy color: '#CAC222'

red 202 ◦ green 194 ◦ blue 34

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

Shades of Barberry #CAC222

Tints of Barberry #CAC222

RGB

 RED value IS 202 (79.3% from 255) = 46.98%

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

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

R = 46.98%
G = 45.12%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#CAC222 (or 0xCAC222) is known color: Barberry. HEX triplet: CA, C2 and 22. RGB value is (202,194,34). Sum of RGB (Red+Green+Blue) = 202+194+34=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 194 (76.17% from 255 or 45.12% from 430); Blue value is 34 (13.67% from 255 or 7.91% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC222 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC222 is #353DDD. Grayscale: #B2B2B2. Windows color (decimal): -3489246 or 2278090. OLE color: 2278090.

HSL color Cylindrical-coordinate representation of color #CAC222: hue angle of 57.14º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CAC222 is Cyan = 0, Magento = 0.04, Yellow = 0.83 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 194 34 -
CMYK 0 0.04 0.83 0.21
HSL 57.14º 0.71% 0.46% -
HSV(B) 57.14º 0.83% 0.79% -
XYZ 43.94 51.26 9.09 -
YUV 178.15 46.65 145.01 -
System Red Green Blue C M Y K H S L
Decimal 202 194 34 0 0.04 0.83 0.21 57.14 0.71 0.46
Hex CA C2 22 0 4 53 15 39 47 2E
Octal 312 302 42 0 4 123 25 71 107 56
Binary 11001010 11000010 100010 0 100 1010011 10101 111001 1000111 101110

Color Harmonies of #CAC222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC222

Black with #CAC222

Text Example


Text Example

White with #CAC222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC222; }

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

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

background-color css

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

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

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

border-color css

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

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

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