#CAB74B

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

Shades of Sundance #CAB74B

Tints of Sundance #CAB74B

Color information

#CAB74B (or 0xCAB74B) is unknown color: approx Sundance. HEX triplet: CA, B7 and 4B. RGB value is (202,183,75). Sum of RGB (Red+Green+Blue) = 202+183+75=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 183 (71.88% from 255 or 39.78% from 460); Blue value is 75 (29.69% from 255 or 16.30% from 460); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB74B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB74B is #3548B4. Grayscale: #B0B0B0. Windows color (decimal): -3492021 or 4962250. OLE color: 4962250.

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

Color convert

RGB20218375-
CMYK00.090.630.21
HSL51.02º54.51%54.31%-
HSV(B)51.02º62.87%79.22%-
XYZ42.5646.9313.47-
YUV176.3770.79146.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.91%
GREEN value IS 183 (71.88% from 255) = 39.78%
BLUE value IS 75 (29.69% from 255) = 16.30%
R=43.91%
G=39.78%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021837500.090.630.2151.0254.5154.31
HexCAB74B093F15333736
Octal3122671130117725636766
Binary110010101011011110010110100111111110101110011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB74B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB74B; }

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

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

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

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

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

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

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

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