#cab74f

Color #CAB74F Sundance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sundance #CAB74F

Tints of Sundance #CAB74F

Color information

#CAB74F (or 0xCAB74F) is unknown color: approx Sundance. HEX triplet: CA, B7 and 4F. RGB value is (202,183,79). Sum of RGB (Red+Green+Blue) = 202+183+79=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 183 (71.88% from 255 or 39.44% from 464); Blue value is 79 (31.25% from 255 or 17.03% from 464); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB74F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB74F is #3548B0. Grayscale: #B1B1B1. Windows color (decimal): -3492017 or 5224394. OLE color: 5224394.

HSL color Cylindrical-coordinate representation of color #CAB74F: hue angle of 50.73º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CAB74F is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB20218379-
CMYK00.090.610.21
HSL50.73º53.71%55.1%-
HSV(B)50.73º60.89%79.22%-
XYZ42.746.9914.22-
YUV176.8272.79145.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.53%
GREEN value IS 183 (71.88% from 255) = 39.44%
BLUE value IS 79 (31.25% from 255) = 17.03%
R=43.53%
G=39.44%
B=17.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021837900.090.610.2150.7353.7155.1
HexCAB74F093D15333637
Octal3122671170117525636667
Binary110010101011011110011110100111110110101110011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cab74f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cab74f; }

 p { color: rgb(202,183,79); }

 H1.HeaderClassName
 {
   color: #cab74f;
 }
 .AnyTagClassName
 {
   color: #cab74f;
 }
</style>
background-color css

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

 a { background-color: rgb(202,183,79); }

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

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

 span { border-color: rgb(202,183,79); }

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