Html Css Color HEX #CE8007 Dark Goldenrod

📋 copy color: '#CE8007'

red 206 ◦ green 128 ◦ blue 7

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

Shades of Dark Goldenrod #CE8007

Tints of Dark Goldenrod #CE8007

RGB

 RED value IS 206 (80.86% from 255) = 60.41%

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

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

R = 60.41%
G = 37.54%
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

#CE8007 (or 0xCE8007) is known color: Dark Goldenrod. HEX triplet: CE, 80 and 07. RGB value is (206,128,7). Sum of RGB (Red+Green+Blue) = 206+128+7=341 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.41% from 341); Green value is 128 (50.39% from 255 or 37.54% from 341); Blue value is 7 (3.12% from 255 or 2.05% from 341); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8007 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8007 is #317FF8. Grayscale: #8A8A8A. Windows color (decimal): -3244025 or 491726. OLE color: 491726.

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

Color convert

RGB 206 128 7 -
CMYK 0 0.38 0.97 0.19
HSL 36.48º 0.93% 0.42% -
HSV(B) 36.48º 0.97% 0.81% -
XYZ 33.21 28.58 3.97 -
YUV 137.53 54.34 176.84 -
System Red Green Blue C M Y K H S L
Decimal 206 128 7 0 0.38 0.97 0.19 36.48 0.93 0.42
Hex CE 80 7 0 26 61 13 24 5D 2A
Octal 316 200 7 0 46 141 23 44 135 52
Binary 11001110 10000000 111 0 100110 1100001 10011 100100 1011101 101010

Color Harmonies of #CE8007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8007

Black with #CE8007

Text Example


Text Example

White with #CE8007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8007; }

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

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

background-color css

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

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

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

border-color css

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

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

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