Html Css Color HEX #CF8610 Dark Goldenrod

📋 copy color: '#CF8610'

red 207 ◦ green 134 ◦ blue 16

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

Shades of Dark Goldenrod #CF8610

Tints of Dark Goldenrod #CF8610

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.54%

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

R = 57.98%
G = 37.54%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CF8610 (or 0xCF8610) is known color: Dark Goldenrod. HEX triplet: CF, 86 and 10. RGB value is (207,134,16). Sum of RGB (Red+Green+Blue) = 207+134+16=357 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.98% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 16 (6.64% from 255 or 4.48% from 357); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8610 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8610 is #3079EF. Grayscale: #8E8E8E. Windows color (decimal): -3176944 or 1083087. OLE color: 1083087.

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

Color convert

RGB 207 134 16 -
CMYK 0 0.35 0.92 0.19
HSL 37.07º 0.86% 0.44% -
HSV(B) 37.07º 0.92% 0.81% -
XYZ 34.35 30.35 4.54 -
YUV 142.38 56.68 174.09 -
System Red Green Blue C M Y K H S L
Decimal 207 134 16 0 0.35 0.92 0.19 37.07 0.86 0.44
Hex CF 86 10 0 23 5C 13 25 56 2C
Octal 317 206 20 0 43 134 23 45 126 54
Binary 11001111 10000110 10000 0 100011 1011100 10011 100101 1010110 101100

Color Harmonies of #CF8610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8610

Black with #CF8610

Text Example


Text Example

White with #CF8610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8610; }

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

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

background-color css

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

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

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

border-color css

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

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

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