#cf890d

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

Shades of Dark Goldenrod #CF890D

Tints of Dark Goldenrod #CF890D

Color information

#CF890D (or 0xCF890D) is unknown color: approx Dark Goldenrod. HEX triplet: CF, 89 and 0D. RGB value is (207,137,13). Sum of RGB (Red+Green+Blue) = 207+137+13=357 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.98% from 357); Green value is 137 (53.91% from 255 or 38.38% from 357); Blue value is 13 (5.47% from 255 or 3.64% from 357); Max value from RGB is 207 - color contains mainly: red. Hex color #CF890D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF890D is #3076F2. Grayscale: #909090. Windows color (decimal): -3176179 or 887247. OLE color: 887247.

HSL color Cylindrical-coordinate representation of color #CF890D: hue angle of 38.35º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF890D is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB20713713-
CMYK00.340.940.19
HSL38.35º88.18%43.14%-
HSV(B)38.35º93.72%81.18%-
XYZ34.7531.194.57-
YUV143.7954.19173.08-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 57.98%
GREEN value IS 137 (53.91% from 255) = 38.38%
BLUE value IS 13 (5.47% from 255) = 3.64%
R=57.98%
G=38.38%
B=3.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.94
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071371300.340.940.1938.3588.1843.14
HexCF89D0225E1326582b
Octal31721115042136234613053
Binary1100111110001001110101000101011110100111001101011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf890d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf890d; }

 p { color: rgb(207,137,13); }

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

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

 a { background-color: rgb(207,137,13); }

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

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

 span { border-color: rgb(207,137,13); }

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