Html Css Color HEX #CF8000 Dark Goldenrod

📋 copy color: '#CF8000'

red 207 ◦ green 128 ◦ blue 0

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

Shades of Dark Goldenrod #CF8000

Tints of Dark Goldenrod #CF8000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 61.79%
G = 38.21%
B = 0%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CF8000 (or 0xCF8000) is known color: Dark Goldenrod. HEX triplet: CF, 80 and 00. RGB value is (207,128,0). Sum of RGB (Red+Green+Blue) = 207+128+0=335 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.79% from 335); Green value is 128 (50.39% from 255 or 38.21% from 335); Blue value is 0 (0.39% from 255 or 0% from 335); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8000 is #307FFF. Grayscale: #898989. Windows color (decimal): -3178496 or 32975. OLE color: 32975.

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

Color convert

RGB 207 128 0 -
CMYK 0 0.38 1 0.19
HSL 37.1º 1% 0.41% -
HSV(B) 37.1º 1% 0.81% -
XYZ 33.45 28.7 3.78 -
YUV 137.03 50.67 177.91 -
System Red Green Blue C M Y K H S L
Decimal 207 128 0 0 0.38 1 0.19 37.1 1 0.41
Hex CF 80 0 0 26 64 13 25 64 29
Octal 317 200 0 0 46 144 23 45 144 51
Binary 11001111 10000000 0 0 100110 1100100 10011 100101 1100100 101001

Color Harmonies of #CF8000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8000

Black with #CF8000

Text Example


Text Example

White with #CF8000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8000; }

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

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

background-color css

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

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

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

border-color css

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

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

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