Html Css Color HEX #CAB74C Sundance

📋 copy color: '#CAB74C'

red 202 ◦ green 183 ◦ blue 76

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

Shades of Sundance #CAB74C

Tints of Sundance #CAB74C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.7%

 BLUE value IS 76 (30.08% from 255) = 16.49%

R = 43.82%
G = 39.7%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#CAB74C (or 0xCAB74C) is known color: Sundance. HEX triplet: CA, B7 and 4C. RGB value is (202,183,76). Sum of RGB (Red+Green+Blue) = 202+183+76=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 183 (71.88% from 255 or 39.70% from 461); Blue value is 76 (30.08% from 255 or 16.49% from 461); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB74C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB74C is #3548B3. Grayscale: #B0B0B0. Windows color (decimal): -3492020 or 5027786. OLE color: 5027786.

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

Color convert

RGB 202 183 76 -
CMYK 0 0.09 0.62 0.21
HSL 50.95º 0.54% 0.55% -
HSV(B) 50.95º 0.62% 0.79% -
XYZ 42.6 46.95 13.65 -
YUV 176.48 71.29 146.2 -
System Red Green Blue C M Y K H S L
Decimal 202 183 76 0 0.09 0.62 0.21 50.95 0.54 0.55
Hex CA B7 4C 0 9 3E 15 33 36 37
Octal 312 267 114 0 11 76 25 63 66 67
Binary 11001010 10110111 1001100 0 1001 111110 10101 110011 110110 110111

Color Harmonies of #CAB74C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB74C

Black with #CAB74C

Text Example


Text Example

White with #CAB74C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB74C; }

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

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

background-color css

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

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

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

border-color css

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

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

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