Html Css Color HEX #CF8706 Dark Goldenrod

📋 copy color: '#CF8706'

red 207 ◦ green 135 ◦ blue 6

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

Shades of Dark Goldenrod #CF8706

Tints of Dark Goldenrod #CF8706

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.79%

 BLUE value IS 6 (2.73% from 255) = 1.72%

R = 59.48%
G = 38.79%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CF8706 (or 0xCF8706) is known color: Dark Goldenrod. HEX triplet: CF, 87 and 06. RGB value is (207,135,6). Sum of RGB (Red+Green+Blue) = 207+135+6=348 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.48% from 348); Green value is 135 (53.12% from 255 or 38.79% from 348); Blue value is 6 (2.73% from 255 or 1.72% from 348); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8706 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8706 is #3078F9. Grayscale: #8E8E8E. Windows color (decimal): -3176698 or 427983. OLE color: 427983.

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

Color convert

RGB 207 135 6 -
CMYK 0 0.35 0.97 0.19
HSL 38.51º 0.94% 0.42% -
HSV(B) 38.51º 0.97% 0.81% -
XYZ 34.43 30.61 4.27 -
YUV 141.82 51.35 174.49 -
System Red Green Blue C M Y K H S L
Decimal 207 135 6 0 0.35 0.97 0.19 38.51 0.94 0.42
Hex CF 87 6 0 23 61 13 27 5E 2A
Octal 317 207 6 0 43 141 23 47 136 52
Binary 11001111 10000111 110 0 100011 1100001 10011 100111 1011110 101010

Color Harmonies of #CF8706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8706

Black with #CF8706

Text Example


Text Example

White with #CF8706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8706; }

 p { color: rgb(207,135,6); }

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

background-color css

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

 a { background-color: rgb(207,135,6); }

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

border-color css

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

 span { border-color: rgb(207,135,6); }

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