Html Css Color HEX #CAC421 Barberry

📋 copy color: '#CAC421'

red 202 ◦ green 196 ◦ blue 33

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

Shades of Barberry #CAC421

Tints of Barberry #CAC421

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.66%

R = 46.87%
G = 45.48%
B = 7.66%

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

#CAC421 (or 0xCAC421) is known color: Barberry. HEX triplet: CA, C4 and 21. RGB value is (202,196,33). Sum of RGB (Red+Green+Blue) = 202+196+33=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 196 (76.95% from 255 or 45.48% from 431); Blue value is 33 (13.28% from 255 or 7.66% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC421 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC421 is #353BDE. Grayscale: #B3B3B3. Windows color (decimal): -3488735 or 2213066. OLE color: 2213066.

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

Color convert

RGB 202 196 33 -
CMYK 0 0.03 0.84 0.21
HSL 57.87º 0.72% 0.46% -
HSV(B) 57.87º 0.84% 0.79% -
XYZ 44.37 52.15 9.17 -
YUV 179.21 45.49 144.25 -
System Red Green Blue C M Y K H S L
Decimal 202 196 33 0 0.03 0.84 0.21 57.87 0.72 0.46
Hex CA C4 21 0 3 54 15 3A 48 2E
Octal 312 304 41 0 3 124 25 72 110 56
Binary 11001010 11000100 100001 0 11 1010100 10101 111010 1001000 101110

Color Harmonies of #CAC421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC421

Black with #CAC421

Text Example


Text Example

White with #CAC421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC421; }

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

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

background-color css

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

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

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

border-color css

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

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

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