Html Css Color HEX #CAC71D Barberry

📋 copy color: '#CAC71D'

red 202 ◦ green 199 ◦ blue 29

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

Shades of Barberry #CAC71D

Tints of Barberry #CAC71D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.74%

R = 46.98%
G = 46.28%
B = 6.74%

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

#CAC71D (or 0xCAC71D) is known color: Barberry. HEX triplet: CA, C7 and 1D. RGB value is (202,199,29). Sum of RGB (Red+Green+Blue) = 202+199+29=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 199 (78.12% from 255 or 46.28% from 430); Blue value is 29 (11.72% from 255 or 6.74% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC71D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC71D is #3538E2. Grayscale: #B5B5B5. Windows color (decimal): -3487971 or 1951690. OLE color: 1951690.

HSL color Cylindrical-coordinate representation of color #CAC71D: hue angle of 58.96º degrees, saturation: 0.75, 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 #CAC71D is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 199 29 -
CMYK 0 0.01 0.86 0.21
HSL 58.96º 0.75% 0.45% -
HSV(B) 58.96º 0.86% 0.79% -
XYZ 45 53.49 9.12 -
YUV 180.52 42.49 143.32 -
System Red Green Blue C M Y K H S L
Decimal 202 199 29 0 0.01 0.86 0.21 58.96 0.75 0.45
Hex CA C7 1D 0 1 56 15 3B 4B 2D
Octal 312 307 35 0 1 126 25 73 113 55
Binary 11001010 11000111 11101 0 1 1010110 10101 111011 1001011 101101

Color Harmonies of #CAC71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC71D

Black with #CAC71D

Text Example


Text Example

White with #CAC71D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC71D; }

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

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

background-color css

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

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

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

border-color css

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

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

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