Html Css Color HEX #CF8912 Dark Goldenrod

📋 copy color: '#CF8912'

red 207 ◦ green 137 ◦ blue 18

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

Shades of Dark Goldenrod #CF8912

Tints of Dark Goldenrod #CF8912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.97%

R = 57.18%
G = 37.85%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CF8912 (or 0xCF8912) is known color: Dark Goldenrod. HEX triplet: CF, 89 and 12. RGB value is (207,137,18). Sum of RGB (Red+Green+Blue) = 207+137+18=362 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.18% from 362); Green value is 137 (53.91% from 255 or 37.85% from 362); Blue value is 18 (7.42% from 255 or 4.97% from 362); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8912 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8912 is #3076ED. Grayscale: #909090. Windows color (decimal): -3176174 or 1214927. OLE color: 1214927.

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

Color convert

RGB 207 137 18 -
CMYK 0 0.34 0.91 0.19
HSL 37.78º 0.84% 0.44% -
HSV(B) 37.78º 0.91% 0.81% -
XYZ 34.79 31.2 4.76 -
YUV 144.36 56.69 172.68 -
System Red Green Blue C M Y K H S L
Decimal 207 137 18 0 0.34 0.91 0.19 37.78 0.84 0.44
Hex CF 89 12 0 22 5B 13 26 54 2C
Octal 317 211 22 0 42 133 23 46 124 54
Binary 11001111 10001001 10010 0 100010 1011011 10011 100110 1010100 101100

Color Harmonies of #CF8912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8912

Black with #CF8912

Text Example


Text Example

White with #CF8912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8912; }

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

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

background-color css

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

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

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

border-color css

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

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

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