Html Css Color HEX #CAC420 Barberry

📋 copy color: '#CAC420'

red 202 ◦ green 196 ◦ blue 32

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

Shades of Barberry #CAC420

Tints of Barberry #CAC420

RGB

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

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

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

R = 46.98%
G = 45.58%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#CAC420 (or 0xCAC420) is known color: Barberry. HEX triplet: CA, C4 and 20. RGB value is (202,196,32). Sum of RGB (Red+Green+Blue) = 202+196+32=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 196 (76.95% from 255 or 45.58% from 430); Blue value is 32 (12.89% from 255 or 7.44% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC420 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC420 is #353BDF. Grayscale: #B3B3B3. Windows color (decimal): -3488736 or 2147530. OLE color: 2147530.

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

Color convert

RGB 202 196 32 -
CMYK 0 0.03 0.84 0.21
HSL 57.88º 0.73% 0.46% -
HSV(B) 57.88º 0.84% 0.79% -
XYZ 44.36 52.14 9.09 -
YUV 179.1 44.99 144.34 -
System Red Green Blue C M Y K H S L
Decimal 202 196 32 0 0.03 0.84 0.21 57.88 0.73 0.46
Hex CA C4 20 0 3 54 15 3A 49 2E
Octal 312 304 40 0 3 124 25 72 111 56
Binary 11001010 11000100 100000 0 11 1010100 10101 111010 1001001 101110

Color Harmonies of #CAC420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC420

Black with #CAC420

Text Example


Text Example

White with #CAC420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC420; }

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

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

background-color css

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

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

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

border-color css

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

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

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