Html Css Color HEX #CAC72F Barberry

📋 copy color: '#CAC72F'

red 202 ◦ green 199 ◦ blue 47

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

Shades of Barberry #CAC72F

Tints of Barberry #CAC72F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.49%

R = 45.09%
G = 44.42%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#CAC72F (or 0xCAC72F) is known color: Barberry. HEX triplet: CA, C7 and 2F. RGB value is (202,199,47). Sum of RGB (Red+Green+Blue) = 202+199+47=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 199 (78.12% from 255 or 44.42% from 448); Blue value is 47 (18.75% from 255 or 10.49% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC72F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC72F is #3538D0. Grayscale: #B7B7B7. Windows color (decimal): -3487953 or 3131338. OLE color: 3131338.

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

Color convert

RGB 202 199 47 -
CMYK 0 0.01 0.77 0.21
HSL 58.84º 0.62% 0.49% -
HSV(B) 58.84º 0.77% 0.79% -
XYZ 45.29 53.61 10.65 -
YUV 182.57 51.49 141.86 -
System Red Green Blue C M Y K H S L
Decimal 202 199 47 0 0.01 0.77 0.21 58.84 0.62 0.49
Hex CA C7 2F 0 1 4D 15 3B 3E 31
Octal 312 307 57 0 1 115 25 73 76 61
Binary 11001010 11000111 101111 0 1 1001101 10101 111011 111110 110001

Color Harmonies of #CAC72F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC72F

Black with #CAC72F

Text Example


Text Example

White with #CAC72F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC72F; }

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

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

background-color css

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

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

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

border-color css

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

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

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