Html Css Color HEX #CF8001 Dark Goldenrod

📋 copy color: '#CF8001'

red 207 ◦ green 128 ◦ blue 1

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

Shades of Dark Goldenrod #CF8001

Tints of Dark Goldenrod #CF8001

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.1%

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

R = 61.61%
G = 38.1%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CF8001 (or 0xCF8001) is known color: Dark Goldenrod. HEX triplet: CF, 80 and 01. RGB value is (207,128,1). Sum of RGB (Red+Green+Blue) = 207+128+1=336 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.61% from 336); Green value is 128 (50.39% from 255 or 38.10% from 336); Blue value is 1 (0.78% from 255 or 0.30% from 336); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8001 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8001 is #307FFE. Grayscale: #898989. Windows color (decimal): -3178495 or 98511. OLE color: 98511.

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

Color convert

RGB 207 128 1 -
CMYK 0 0.38 1.00 0.19
HSL 36.99º 0.99% 0.41% -
HSV(B) 36.99º 1% 0.81% -
XYZ 33.46 28.71 3.81 -
YUV 137.14 51.17 177.83 -
System Red Green Blue C M Y K H S L
Decimal 207 128 1 0 0.38 1.00 0.19 36.99 0.99 0.41
Hex CF 80 1 0 26 64 13 25 63 29
Octal 317 200 1 0 46 144 23 45 143 51
Binary 11001111 10000000 1 0 100110 1100100 10011 100101 1100011 101001

Color Harmonies of #CF8001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8001

Black with #CF8001

Text Example


Text Example

White with #CF8001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8001; }

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

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

background-color css

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

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

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

border-color css

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

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

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