#C69703

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

Shades of Dark Goldenrod #C69703

Tints of Dark Goldenrod #C69703

Color information

#C69703 (or 0xC69703) is unknown color: approx Dark Goldenrod. HEX triplet: C6, 97 and 03. RGB value is (198,151,3). Sum of RGB (Red+Green+Blue) = 198+151+3=352 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.25% from 352); Green value is 151 (59.38% from 255 or 42.90% from 352); Blue value is 3 (1.56% from 255 or 0.85% from 352); Max value from RGB is 198 - color contains mainly: red. Hex color #C69703 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69703 is #3968FC. Grayscale: #949494. Windows color (decimal): -3762429 or 235462. OLE color: 235462.

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

Color convert

RGB1981513-
CMYK00.240.980.22
HSL45.54º97.01%39.41%-
HSV(B)45.54º98.48%77.65%-
XYZ34.3734.154.87-
YUV148.1846.07163.53-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 56.25%
GREEN value IS 151 (59.38% from 255) = 42.90%
BLUE value IS 3 (1.56% from 255) = 0.85%
R=56.25%
G=42.90%
B=0.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.98
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198151300.240.980.2245.5497.0139.41
HexC697301862162e6127
Octal3062273030142265614147
Binary1100011010010111110110001100010101101011101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69703; }

 p { color: rgb(198,151,3); }

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

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

 a { background-color: rgb(198,151,3); }

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

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

 span { border-color: rgb(198,151,3); }

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