Html Css Color HEX #CF8005 Dark Goldenrod

📋 copy color: '#CF8005'

red 207 ◦ green 128 ◦ blue 5

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

Shades of Dark Goldenrod #CF8005

Tints of Dark Goldenrod #CF8005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.47%

R = 60.88%
G = 37.65%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CF8005 (or 0xCF8005) is known color: Dark Goldenrod. HEX triplet: CF, 80 and 05. RGB value is (207,128,5). Sum of RGB (Red+Green+Blue) = 207+128+5=340 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.88% from 340); Green value is 128 (50.39% from 255 or 37.65% from 340); Blue value is 5 (2.34% from 255 or 1.47% from 340); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8005 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8005 is #307FFA. Grayscale: #8A8A8A. Windows color (decimal): -3178491 or 360655. OLE color: 360655.

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

Color convert

RGB 207 128 5 -
CMYK 0 0.38 0.98 0.19
HSL 36.53º 0.95% 0.42% -
HSV(B) 36.53º 0.98% 0.81% -
XYZ 33.48 28.71 3.92 -
YUV 137.6 53.17 177.5 -
System Red Green Blue C M Y K H S L
Decimal 207 128 5 0 0.38 0.98 0.19 36.53 0.95 0.42
Hex CF 80 5 0 26 62 13 25 5F 2A
Octal 317 200 5 0 46 142 23 45 137 52
Binary 11001111 10000000 101 0 100110 1100010 10011 100101 1011111 101010

Color Harmonies of #CF8005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8005

Black with #CF8005

Text Example


Text Example

White with #CF8005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8005; }

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

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

background-color css

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

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

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

border-color css

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

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

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