#C8BD4F

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

Shades of Sundance #C8BD4F

Tints of Sundance #C8BD4F

Color information

#C8BD4F (or 0xC8BD4F) is unknown color: approx Sundance. HEX triplet: C8, BD and 4F. RGB value is (200,189,79). Sum of RGB (Red+Green+Blue) = 200+189+79=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 189 (74.22% from 255 or 40.38% from 468); Blue value is 79 (31.25% from 255 or 16.88% from 468); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BD4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BD4F is #3742B0. Grayscale: #B4B4B4. Windows color (decimal): -3621553 or 5225928. OLE color: 5225928.

HSL color Cylindrical-coordinate representation of color #C8BD4F: hue angle of 54.55º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C8BD4F is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB20018979-
CMYK00.060.600.22
HSL54.55º52.38%54.71%-
HSV(B)54.55º60.5%78.43%-
XYZ43.4349.2414.61-
YUV179.7571.14142.44-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.74%
GREEN value IS 189 (74.22% from 255) = 40.38%
BLUE value IS 79 (31.25% from 255) = 16.88%
R=42.74%
G=40.38%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001897900.060.600.2254.5552.3854.71
HexC8BD4F063C16373437
Octal310275117067426676467
Binary11001000101111011001111011011110010110110111110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BD4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BD4F; }

 p { color: rgb(200,189,79); }

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

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

 a { background-color: rgb(200,189,79); }

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

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

 span { border-color: rgb(200,189,79); }

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