Html Css Color HEX #CF890D Dark Goldenrod

📋 copy color: '#CF890D'

red 207 ◦ green 137 ◦ blue 13

#CF890D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #CF890D

Tints of Dark Goldenrod #CF890D

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 value IS 0

 M value IS 0.34

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CF890D (or 0xCF890D) is known color: 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

RGB 207 137 13 -
CMYK 0 0.34 0.94 0.19
HSL 38.35º 0.88% 0.43% -
HSV(B) 38.35º 0.94% 0.81% -
XYZ 34.75 31.19 4.57 -
YUV 143.79 54.19 173.08 -
System Red Green Blue C M Y K H S L
Decimal 207 137 13 0 0.34 0.94 0.19 38.35 0.88 0.43
Hex CF 89 D 0 22 5E 13 26 58 2B
Octal 317 211 15 0 42 136 23 46 130 53
Binary 11001111 10001001 1101 0 100010 1011110 10011 100110 1011000 101011

Color Harmonies of #CF890D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF890D

Black with #CF890D

Text Example


Text Example

White with #CF890D

Text Example


Text Example

HTML Codes & Css Web 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>