Html Css Color HEX #CAC71A Barberry

📋 copy color: '#CAC71A'

red 202 ◦ green 199 ◦ blue 26

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

Shades of Barberry #CAC71A

Tints of Barberry #CAC71A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.09%

R = 47.31%
G = 46.6%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#CAC71A (or 0xCAC71A) is known color: Barberry. HEX triplet: CA, C7 and 1A. RGB value is (202,199,26). Sum of RGB (Red+Green+Blue) = 202+199+26=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 199 (78.12% from 255 or 46.60% from 427); Blue value is 26 (10.55% from 255 or 6.09% from 427); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC71A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC71A is #3538E5. Grayscale: #B4B4B4. Windows color (decimal): -3487974 or 1755082. OLE color: 1755082.

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

Color convert

RGB 202 199 26 -
CMYK 0 0.01 0.87 0.21
HSL 58.98º 0.77% 0.45% -
HSV(B) 58.98º 0.87% 0.79% -
XYZ 44.97 53.48 8.93 -
YUV 180.18 40.99 143.57 -
System Red Green Blue C M Y K H S L
Decimal 202 199 26 0 0.01 0.87 0.21 58.98 0.77 0.45
Hex CA C7 1A 0 1 57 15 3B 4D 2D
Octal 312 307 32 0 1 127 25 73 115 55
Binary 11001010 11000111 11010 0 1 1010111 10101 111011 1001101 101101

Color Harmonies of #CAC71A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC71A

Black with #CAC71A

Text Example


Text Example

White with #CAC71A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC71A; }

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

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

background-color css

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

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

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

border-color css

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

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

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