Html Css Color HEX #CF8810 Dark Goldenrod

📋 copy color: '#CF8810'

red 207 ◦ green 136 ◦ blue 16

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

Shades of Dark Goldenrod #CF8810

Tints of Dark Goldenrod #CF8810

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.88%

 BLUE value IS 16 (6.64% from 255) = 4.46%

R = 57.66%
G = 37.88%
B = 4.46%

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

#CF8810 (or 0xCF8810) is known color: Dark Goldenrod. HEX triplet: CF, 88 and 10. RGB value is (207,136,16). Sum of RGB (Red+Green+Blue) = 207+136+16=359 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.66% from 359); Green value is 136 (53.52% from 255 or 37.88% from 359); Blue value is 16 (6.64% from 255 or 4.46% from 359); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8810 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8810 is #3077EF. Grayscale: #909090. Windows color (decimal): -3176432 or 1083599. OLE color: 1083599.

HSL color Cylindrical-coordinate representation of color #CF8810: hue angle of 37.7º degrees, saturation: 0.86, 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 #CF8810 is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 136 16 -
CMYK 0 0.34 0.92 0.19
HSL 37.7º 0.86% 0.44% -
HSV(B) 37.7º 0.92% 0.81% -
XYZ 34.63 30.91 4.63 -
YUV 143.55 56.02 173.26 -
System Red Green Blue C M Y K H S L
Decimal 207 136 16 0 0.34 0.92 0.19 37.7 0.86 0.44
Hex CF 88 10 0 22 5C 13 26 56 2C
Octal 317 210 20 0 42 134 23 46 126 54
Binary 11001111 10001000 10000 0 100010 1011100 10011 100110 1010110 101100

Color Harmonies of #CF8810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8810

Black with #CF8810

Text Example


Text Example

White with #CF8810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8810; }

 p { color: rgb(207,136,16); }

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

background-color css

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

 a { background-color: rgb(207,136,16); }

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

border-color css

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

 span { border-color: rgb(207,136,16); }

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