#C28F03

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

Shades of Dark Goldenrod #C28F03

Tints of Dark Goldenrod #C28F03

Color information

#C28F03 (or 0xC28F03) is unknown color: approx Dark Goldenrod. HEX triplet: C2, 8F and 03. RGB value is (194,143,3). Sum of RGB (Red+Green+Blue) = 194+143+3=340 (45% of max value = 765). Red value is 194 (76.17% from 255 or 57.06% from 340); Green value is 143 (56.25% from 255 or 42.06% from 340); Blue value is 3 (1.56% from 255 or 0.88% from 340); Max value from RGB is 194 - color contains mainly: red. Hex color #C28F03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28F03 is #3D70FC. Grayscale: #8E8E8E. Windows color (decimal): -4026621 or 233410. OLE color: 233410.

HSL color Cylindrical-coordinate representation of color #C28F03: hue angle of 43.98º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C28F03 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB1941433-
CMYK00.260.980.24
HSL43.98º96.95%38.63%-
HSV(B)43.98º98.45%76.08%-
XYZ32.0931.124.4-
YUV142.2949.4164.88-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 57.06%
GREEN value IS 143 (56.25% from 255) = 42.06%
BLUE value IS 3 (1.56% from 255) = 0.88%
R=57.06%
G=42.06%
B=0.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.98
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194143300.260.980.2443.9896.9538.63
HexC28F301A62182c6127
Octal3022173032142305414147
Binary1100001010001111110110101100010110001011001100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28F03; }

 p { color: rgb(194,143,3); }

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

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

 a { background-color: rgb(194,143,3); }

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

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

 span { border-color: rgb(194,143,3); }

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