Html Css Color HEX #CAC120 Barberry

📋 copy color: '#CAC120'

red 202 ◦ green 193 ◦ blue 32

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

Shades of Barberry #CAC120

Tints of Barberry #CAC120

RGB

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

 GREEN value IS 193 (75.78% from 255) = 45.2%

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

R = 47.31%
G = 45.2%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#CAC120 (or 0xCAC120) is known color: Barberry. HEX triplet: CA, C1 and 20. RGB value is (202,193,32). Sum of RGB (Red+Green+Blue) = 202+193+32=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 193 (75.78% from 255 or 45.20% from 427); Blue value is 32 (12.89% from 255 or 7.49% from 427); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC120 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC120 is #353EDF. Grayscale: #B1B1B1. Windows color (decimal): -3489504 or 2146762. OLE color: 2146762.

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

Color convert

RGB 202 193 32 -
CMYK 0 0.04 0.84 0.21
HSL 56.82º 0.73% 0.46% -
HSV(B) 56.82º 0.84% 0.79% -
XYZ 43.69 50.8 8.87 -
YUV 177.34 45.98 145.59 -
System Red Green Blue C M Y K H S L
Decimal 202 193 32 0 0.04 0.84 0.21 56.82 0.73 0.46
Hex CA C1 20 0 4 54 15 39 49 2E
Octal 312 301 40 0 4 124 25 71 111 56
Binary 11001010 11000001 100000 0 100 1010100 10101 111001 1001001 101110

Color Harmonies of #CAC120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC120

Black with #CAC120

Text Example


Text Example

White with #CAC120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC120; }

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

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

background-color css

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

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

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

border-color css

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

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

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