Html Css Color HEX #CAC71E Barberry

📋 copy color: '#CAC71E'

red 202 ◦ green 199 ◦ blue 30

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

Shades of Barberry #CAC71E

Tints of Barberry #CAC71E

RGB

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

 GREEN value IS 199 (78.13% from 255) = 46.17%

 BLUE value IS 30 (12.11% from 255) = 6.96%

R = 46.87%
G = 46.17%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#CAC71E (or 0xCAC71E) is known color: Barberry. HEX triplet: CA, C7 and 1E. RGB value is (202,199,30). Sum of RGB (Red+Green+Blue) = 202+199+30=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 199 (78.12% from 255 or 46.17% from 431); Blue value is 30 (12.11% from 255 or 6.96% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC71E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC71E is #3538E1. Grayscale: #B5B5B5. Windows color (decimal): -3487970 or 2017226. OLE color: 2017226.

HSL color Cylindrical-coordinate representation of color #CAC71E: hue angle of 58.95º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CAC71E is Cyan = 0, Magento = 0.01, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 199 30 -
CMYK 0 0.01 0.85 0.21
HSL 58.95º 0.74% 0.45% -
HSV(B) 58.95º 0.85% 0.79% -
XYZ 45.01 53.5 9.18 -
YUV 180.63 42.99 143.24 -
System Red Green Blue C M Y K H S L
Decimal 202 199 30 0 0.01 0.85 0.21 58.95 0.74 0.45
Hex CA C7 1E 0 1 55 15 3B 4A 2D
Octal 312 307 36 0 1 125 25 73 112 55
Binary 11001010 11000111 11110 0 1 1010101 10101 111011 1001010 101101

Color Harmonies of #CAC71E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC71E

Black with #CAC71E

Text Example


Text Example

White with #CAC71E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC71E; }

 p { color: rgb(202,199,30); }

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

background-color css

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

 a { background-color: rgb(202,199,30); }

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

border-color css

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

 span { border-color: rgb(202,199,30); }

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