Html Css Color HEX #CE8914 Dark Goldenrod

📋 copy color: '#CE8914'

red 206 ◦ green 137 ◦ blue 20

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

Shades of Dark Goldenrod #CE8914

Tints of Dark Goldenrod #CE8914

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.74%

 BLUE value IS 20 (8.2% from 255) = 5.51%

R = 56.75%
G = 37.74%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE8914 (or 0xCE8914) is known color: Dark Goldenrod. HEX triplet: CE, 89 and 14. RGB value is (206,137,20). Sum of RGB (Red+Green+Blue) = 206+137+20=363 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.75% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 20 (8.20% from 255 or 5.51% from 363); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8914 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8914 is #3176EB. Grayscale: #909090. Windows color (decimal): -3241708 or 1345998. OLE color: 1345998.

HSL color Cylindrical-coordinate representation of color #CE8914: hue angle of 37.74º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE8914 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 137 20 -
CMYK 0 0.33 0.90 0.19
HSL 37.74º 0.82% 0.44% -
HSV(B) 37.74º 0.9% 0.81% -
XYZ 34.53 31.06 4.84 -
YUV 144.29 57.86 172.01 -
System Red Green Blue C M Y K H S L
Decimal 206 137 20 0 0.33 0.90 0.19 37.74 0.82 0.44
Hex CE 89 14 0 21 5A 13 26 52 2C
Octal 316 211 24 0 41 132 23 46 122 54
Binary 11001110 10001001 10100 0 100001 1011010 10011 100110 1010010 101100

Color Harmonies of #CE8914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8914

Black with #CE8914

Text Example


Text Example

White with #CE8914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8914; }

 p { color: rgb(206,137,20); }

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

background-color css

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

 a { background-color: rgb(206,137,20); }

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

border-color css

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

 span { border-color: rgb(206,137,20); }

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