#C28C09

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

Shades of Dark Goldenrod #C28C09

Tints of Dark Goldenrod #C28C09

Color information

#C28C09 (or 0xC28C09) is unknown color: approx Dark Goldenrod. HEX triplet: C2, 8C and 09. RGB value is (194,140,9). Sum of RGB (Red+Green+Blue) = 194+140+9=343 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.56% from 343); Green value is 140 (55.08% from 255 or 40.82% from 343); Blue value is 9 (3.91% from 255 or 2.62% from 343); Max value from RGB is 194 - color contains mainly: red. Hex color #C28C09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28C09 is #3D73F6. Grayscale: #8D8D8D. Windows color (decimal): -4027383 or 625858. OLE color: 625858.

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

Color convert

RGB1941409-
CMYK00.280.950.24
HSL42.49º91.13%39.8%-
HSV(B)42.49º95.36%76.08%-
XYZ31.6830.254.43-
YUV141.2153.39165.65-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 56.56%
GREEN value IS 140 (55.08% from 255) = 40.82%
BLUE value IS 9 (3.91% from 255) = 2.62%
R=56.56%
G=40.82%
B=2.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.95
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194140900.280.950.2442.4991.1339.8
HexC28C901C5F182a5b28
Octal30221411034137305213350
Binary110000101000110010010111001011111110001010101011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28C09; }

 p { color: rgb(194,140,9); }

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

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

 a { background-color: rgb(194,140,9); }

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

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

 span { border-color: rgb(194,140,9); }

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