Html Css Color HEX #CF8509 Dark Goldenrod

📋 copy color: '#CF8509'

red 207 ◦ green 133 ◦ blue 9

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

Shades of Dark Goldenrod #CF8509

Tints of Dark Goldenrod #CF8509

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.11%

 BLUE value IS 9 (3.91% from 255) = 2.58%

R = 59.31%
G = 38.11%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CF8509 (or 0xCF8509) is known color: Dark Goldenrod. HEX triplet: CF, 85 and 09. RGB value is (207,133,9). Sum of RGB (Red+Green+Blue) = 207+133+9=349 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.31% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 9 (3.91% from 255 or 2.58% from 349); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8509 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8509 is #307AF6. Grayscale: #8D8D8D. Windows color (decimal): -3177207 or 624079. OLE color: 624079.

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

Color convert

RGB 207 133 9 -
CMYK 0 0.36 0.96 0.19
HSL 37.58º 0.92% 0.42% -
HSV(B) 37.58º 0.96% 0.81% -
XYZ 34.17 30.06 4.26 -
YUV 140.99 53.52 175.08 -
System Red Green Blue C M Y K H S L
Decimal 207 133 9 0 0.36 0.96 0.19 37.58 0.92 0.42
Hex CF 85 9 0 24 60 13 26 5C 2A
Octal 317 205 11 0 44 140 23 46 134 52
Binary 11001111 10000101 1001 0 100100 1100000 10011 100110 1011100 101010

Color Harmonies of #CF8509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8509

Black with #CF8509

Text Example


Text Example

White with #CF8509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8509; }

 p { color: rgb(207,133,9); }

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

background-color css

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

 a { background-color: rgb(207,133,9); }

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

border-color css

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

 span { border-color: rgb(207,133,9); }

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