Html Css Color HEX #CF8911 Dark Goldenrod

📋 copy color: '#CF8911'

red 207 ◦ green 137 ◦ blue 17

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

Shades of Dark Goldenrod #CF8911

Tints of Dark Goldenrod #CF8911

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.95%

 BLUE value IS 17 (7.03% from 255) = 4.71%

R = 57.34%
G = 37.95%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CF8911 (or 0xCF8911) is known color: Dark Goldenrod. HEX triplet: CF, 89 and 11. RGB value is (207,137,17). Sum of RGB (Red+Green+Blue) = 207+137+17=361 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.34% from 361); Green value is 137 (53.91% from 255 or 37.95% from 361); Blue value is 17 (7.03% from 255 or 4.71% from 361); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8911 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8911 is #3076EE. Grayscale: #909090. Windows color (decimal): -3176175 or 1149391. OLE color: 1149391.

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

Color convert

RGB 207 137 17 -
CMYK 0 0.34 0.92 0.19
HSL 37.89º 0.85% 0.44% -
HSV(B) 37.89º 0.92% 0.81% -
XYZ 34.78 31.2 4.72 -
YUV 144.25 56.19 172.76 -
System Red Green Blue C M Y K H S L
Decimal 207 137 17 0 0.34 0.92 0.19 37.89 0.85 0.44
Hex CF 89 11 0 22 5C 13 26 55 2C
Octal 317 211 21 0 42 134 23 46 125 54
Binary 11001111 10001001 10001 0 100010 1011100 10011 100110 1010101 101100

Color Harmonies of #CF8911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8911

Black with #CF8911

Text Example


Text Example

White with #CF8911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8911; }

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

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

background-color css

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

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

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

border-color css

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

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

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