Html Css Color HEX #CF8701 Dark Goldenrod

📋 copy color: '#CF8701'

red 207 ◦ green 135 ◦ blue 1

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

Shades of Dark Goldenrod #CF8701

Tints of Dark Goldenrod #CF8701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 60.35%
G = 39.36%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CF8701 (or 0xCF8701) is known color: Dark Goldenrod. HEX triplet: CF, 87 and 01. RGB value is (207,135,1). Sum of RGB (Red+Green+Blue) = 207+135+1=343 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.35% from 343); Green value is 135 (53.12% from 255 or 39.36% from 343); Blue value is 1 (0.78% from 255 or 0.29% from 343); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8701 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8701 is #3078FE. Grayscale: #8D8D8D. Windows color (decimal): -3176703 or 100303. OLE color: 100303.

HSL color Cylindrical-coordinate representation of color #CF8701: hue angle of 39.03º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF8701 is Cyan = 0, Magento = 0.35, Yellow = 1.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 135 1 -
CMYK 0 0.35 1.00 0.19
HSL 39.03º 0.99% 0.41% -
HSV(B) 39.03º 1% 0.81% -
XYZ 34.4 30.6 4.12 -
YUV 141.25 48.85 174.9 -
System Red Green Blue C M Y K H S L
Decimal 207 135 1 0 0.35 1.00 0.19 39.03 0.99 0.41
Hex CF 87 1 0 23 64 13 27 63 29
Octal 317 207 1 0 43 144 23 47 143 51
Binary 11001111 10000111 1 0 100011 1100100 10011 100111 1100011 101001

Color Harmonies of #CF8701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8701

Black with #CF8701

Text Example


Text Example

White with #CF8701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8701; }

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

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

background-color css

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

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

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

border-color css

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

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

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