Html Css Color HEX #CAC422 Barberry

📋 copy color: '#CAC422'

red 202 ◦ green 196 ◦ blue 34

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

Shades of Barberry #CAC422

Tints of Barberry #CAC422

RGB

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

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

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

R = 46.76%
G = 45.37%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#CAC422 (or 0xCAC422) is known color: Barberry. HEX triplet: CA, C4 and 22. RGB value is (202,196,34). Sum of RGB (Red+Green+Blue) = 202+196+34=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 196 (76.95% from 255 or 45.37% from 432); Blue value is 34 (13.67% from 255 or 7.87% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC422 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC422 is #353BDD. Grayscale: #B3B3B3. Windows color (decimal): -3488734 or 2278602. OLE color: 2278602.

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

Color convert

RGB 202 196 34 -
CMYK 0 0.03 0.83 0.21
HSL 57.86º 0.71% 0.46% -
HSV(B) 57.86º 0.83% 0.79% -
XYZ 44.39 52.15 9.24 -
YUV 179.33 45.99 144.17 -
System Red Green Blue C M Y K H S L
Decimal 202 196 34 0 0.03 0.83 0.21 57.86 0.71 0.46
Hex CA C4 22 0 3 53 15 3A 47 2E
Octal 312 304 42 0 3 123 25 72 107 56
Binary 11001010 11000100 100010 0 11 1010011 10101 111010 1000111 101110

Color Harmonies of #CAC422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC422

Black with #CAC422

Text Example


Text Example

White with #CAC422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC422; }

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

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

background-color css

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

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

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

border-color css

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

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

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