Html Css Color HEX #CAC71C Barberry

📋 copy color: '#CAC71C'

red 202 ◦ green 199 ◦ blue 28

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

Shades of Barberry #CAC71C

Tints of Barberry #CAC71C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.53%

R = 47.09%
G = 46.39%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#CAC71C (or 0xCAC71C) is known color: Barberry. HEX triplet: CA, C7 and 1C. RGB value is (202,199,28). Sum of RGB (Red+Green+Blue) = 202+199+28=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 199 (78.12% from 255 or 46.39% from 429); Blue value is 28 (11.33% from 255 or 6.53% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC71C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC71C is #3538E3. Grayscale: #B5B5B5. Windows color (decimal): -3487972 or 1886154. OLE color: 1886154.

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

Color convert

RGB 202 199 28 -
CMYK 0 0.01 0.86 0.21
HSL 58.97º 0.76% 0.45% -
HSV(B) 58.97º 0.86% 0.79% -
XYZ 44.99 53.49 9.05 -
YUV 180.4 41.99 143.4 -
System Red Green Blue C M Y K H S L
Decimal 202 199 28 0 0.01 0.86 0.21 58.97 0.76 0.45
Hex CA C7 1C 0 1 56 15 3B 4C 2D
Octal 312 307 34 0 1 126 25 73 114 55
Binary 11001010 11000111 11100 0 1 1010110 10101 111011 1001100 101101

Color Harmonies of #CAC71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC71C

Black with #CAC71C

Text Example


Text Example

White with #CAC71C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC71C; }

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

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

background-color css

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

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

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

border-color css

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

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

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