Html Css Color HEX #CF870F Dark Goldenrod

📋 copy color: '#CF870F'

red 207 ◦ green 135 ◦ blue 15

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

Shades of Dark Goldenrod #CF870F

Tints of Dark Goldenrod #CF870F

RGB

 RED value IS 207 (81.25% from 255) = 57.98%

 GREEN value IS 135 (53.13% from 255) = 37.82%

 BLUE value IS 15 (6.25% from 255) = 4.2%

R = 57.98%
G = 37.82%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CF870F (or 0xCF870F) is known color: Dark Goldenrod. HEX triplet: CF, 87 and 0F. RGB value is (207,135,15). Sum of RGB (Red+Green+Blue) = 207+135+15=357 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.98% from 357); Green value is 135 (53.12% from 255 or 37.82% from 357); Blue value is 15 (6.25% from 255 or 4.20% from 357); Max value from RGB is 207 - color contains mainly: red. Hex color #CF870F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF870F is #3078F0. Grayscale: #8F8F8F. Windows color (decimal): -3176689 or 1017807. OLE color: 1017807.

HSL color Cylindrical-coordinate representation of color #CF870F: hue angle of 37.5º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF870F is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 135 15 -
CMYK 0 0.35 0.93 0.19
HSL 37.5º 0.86% 0.44% -
HSV(B) 37.5º 0.93% 0.81% -
XYZ 34.48 30.63 4.55 -
YUV 142.85 55.85 173.76 -
System Red Green Blue C M Y K H S L
Decimal 207 135 15 0 0.35 0.93 0.19 37.5 0.86 0.44
Hex CF 87 F 0 23 5D 13 26 56 2C
Octal 317 207 17 0 43 135 23 46 126 54
Binary 11001111 10000111 1111 0 100011 1011101 10011 100110 1010110 101100

Color Harmonies of #CF870F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF870F

Black with #CF870F

Text Example


Text Example

White with #CF870F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF870F; }

 p { color: rgb(207,135,15); }

 H1.HeaderClassName
 {
   color: #CF870F;
 }
 .AnyTagClassName
 {
   color: #CF870F;
 }
</style>

background-color css

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

 a { background-color: rgb(207,135,15); }

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

border-color css

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

 span { border-color: rgb(207,135,15); }

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