Html Css Color HEX #CF8007 Dark Goldenrod

📋 copy color: '#CF8007'

red 207 ◦ green 128 ◦ blue 7

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

Shades of Dark Goldenrod #CF8007

Tints of Dark Goldenrod #CF8007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.05%

R = 60.53%
G = 37.43%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CF8007 (or 0xCF8007) is known color: Dark Goldenrod. HEX triplet: CF, 80 and 07. RGB value is (207,128,7). Sum of RGB (Red+Green+Blue) = 207+128+7=342 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.53% from 342); Green value is 128 (50.39% from 255 or 37.43% from 342); Blue value is 7 (3.12% from 255 or 2.05% from 342); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8007 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8007 is #307FF8. Grayscale: #8A8A8A. Windows color (decimal): -3178489 or 491727. OLE color: 491727.

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

Color convert

RGB 207 128 7 -
CMYK 0 0.38 0.97 0.19
HSL 36.3º 0.93% 0.42% -
HSV(B) 36.3º 0.97% 0.81% -
XYZ 33.49 28.72 3.98 -
YUV 137.83 54.17 177.34 -
System Red Green Blue C M Y K H S L
Decimal 207 128 7 0 0.38 0.97 0.19 36.3 0.93 0.42
Hex CF 80 7 0 26 61 13 24 5D 2A
Octal 317 200 7 0 46 141 23 44 135 52
Binary 11001111 10000000 111 0 100110 1100001 10011 100100 1011101 101010

Color Harmonies of #CF8007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8007

Black with #CF8007

Text Example


Text Example

White with #CF8007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8007; }

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

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

background-color css

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

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

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

border-color css

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

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

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