#C27203

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

Shades of Dark Goldenrod #C27203

Tints of Dark Goldenrod #C27203

Color information

#C27203 (or 0xC27203) is unknown color: approx Dark Goldenrod. HEX triplet: C2, 72 and 03. RGB value is (194,114,3). Sum of RGB (Red+Green+Blue) = 194+114+3=311 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.38% from 311); Green value is 114 (44.92% from 255 or 36.66% from 311); Blue value is 3 (1.56% from 255 or 0.96% from 311); Max value from RGB is 194 - color contains mainly: red. Hex color #C27203 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27203 is #3D8DFC. Grayscale: #7D7D7D. Windows color (decimal): -4034045 or 225986. OLE color: 225986.

HSL color Cylindrical-coordinate representation of color #C27203: hue angle of 34.87º 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 #C27203 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB1941143-
CMYK00.410.980.24
HSL34.87º96.95%38.63%-
HSV(B)34.87º98.45%76.08%-
XYZ28.2823.513.13-
YUV125.2759177.03-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 62.38%
GREEN value IS 114 (44.92% from 255) = 36.66%
BLUE value IS 3 (1.56% from 255) = 0.96%
R=62.38%
G=36.66%
B=0.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.98
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194114300.410.980.2434.8796.9538.63
HexC27230296218236127
Octal3021623051142304314147
Binary1100001011100101101010011100010110001000111100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27203; }

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

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

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

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

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

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

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

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