#C29608

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

Shades of Dark Goldenrod #C29608

Tints of Dark Goldenrod #C29608

Color information

#C29608 (or 0xC29608) is unknown color: approx Dark Goldenrod. HEX triplet: C2, 96 and 08. RGB value is (194,150,8). Sum of RGB (Red+Green+Blue) = 194+150+8=352 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.11% from 352); Green value is 150 (58.98% from 255 or 42.61% from 352); Blue value is 8 (3.52% from 255 or 2.27% from 352); Max value from RGB is 194 - color contains mainly: red. Hex color #C29608 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29608 is #3D69F7. Grayscale: #939393. Windows color (decimal): -4024824 or 562882. OLE color: 562882.

HSL color Cylindrical-coordinate representation of color #C29608: hue angle of 45.81º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C29608 is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB1941508-
CMYK00.230.960.24
HSL45.81º92.08%39.61%-
HSV(B)45.81º95.88%76.08%-
XYZ33.233.34.91-
YUV146.9749.58161.55-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 55.11%
GREEN value IS 150 (58.98% from 255) = 42.61%
BLUE value IS 8 (3.52% from 255) = 2.27%
R=55.11%
G=42.61%
B=2.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.96
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194150800.230.960.2445.8192.0839.61
HexC296801760182e5c28
Octal30222610027140305613450
Binary110000101001011010000101111100000110001011101011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29608; }

 p { color: rgb(194,150,8); }

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

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

 a { background-color: rgb(194,150,8); }

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

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

 span { border-color: rgb(194,150,8); }

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