#C5B74B

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

Shades of Sundance #C5B74B

Tints of Sundance #C5B74B

Color information

#C5B74B (or 0xC5B74B) is unknown color: approx Sundance. HEX triplet: C5, B7 and 4B. RGB value is (197,183,75). Sum of RGB (Red+Green+Blue) = 197+183+75=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 183 (71.88% from 255 or 40.22% from 455); Blue value is 75 (29.69% from 255 or 16.48% from 455); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B74B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B74B is #3A48B4. Grayscale: #AFAFAF. Windows color (decimal): -3819701 or 4962245. OLE color: 4962245.

HSL color Cylindrical-coordinate representation of color #C5B74B: hue angle of 53.11º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C5B74B is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB19718375-
CMYK00.070.620.23
HSL53.11º51.26%53.33%-
HSV(B)53.11º61.93%77.25%-
XYZ41.2346.2513.41-
YUV174.8771.64143.78-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.30%
GREEN value IS 183 (71.88% from 255) = 40.22%
BLUE value IS 75 (29.69% from 255) = 16.48%
R=43.30%
G=40.22%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971837500.070.620.2353.1151.2653.33
HexC5B74B073E17353335
Octal305267113077627656365
Binary11000101101101111001011011111111010111110101110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B74B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B74B; }

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

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

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

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

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

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

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

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