Html Css Color HEX #CF8A09 Dark Goldenrod

📋 copy color: '#CF8A09'

red 207 ◦ green 138 ◦ blue 9

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

Shades of Dark Goldenrod #CF8A09

Tints of Dark Goldenrod #CF8A09

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.98%

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

R = 58.47%
G = 38.98%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CF8A09 (or 0xCF8A09) is known color: Dark Goldenrod. HEX triplet: CF, 8A and 09. RGB value is (207,138,9). Sum of RGB (Red+Green+Blue) = 207+138+9=354 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.47% from 354); Green value is 138 (54.30% from 255 or 38.98% from 354); Blue value is 9 (3.91% from 255 or 2.54% from 354); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8A09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8A09 is #3075F6. Grayscale: #909090. Windows color (decimal): -3175927 or 625359. OLE color: 625359.

HSL color Cylindrical-coordinate representation of color #CF8A09: hue angle of 39.09º 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 #CF8A09 is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 138 9 -
CMYK 0 0.33 0.96 0.19
HSL 39.09º 0.92% 0.42% -
HSV(B) 39.09º 0.96% 0.81% -
XYZ 34.87 31.46 4.49 -
YUV 143.93 51.86 172.99 -
System Red Green Blue C M Y K H S L
Decimal 207 138 9 0 0.33 0.96 0.19 39.09 0.92 0.42
Hex CF 8A 9 0 21 60 13 27 5C 2A
Octal 317 212 11 0 41 140 23 47 134 52
Binary 11001111 10001010 1001 0 100001 1100000 10011 100111 1011100 101010

Color Harmonies of #CF8A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8A09

Black with #CF8A09

Text Example


Text Example

White with #CF8A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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