Html Css Color HEX #CE8D14 Dark Goldenrod

📋 copy color: '#CE8D14'

red 206 ◦ green 141 ◦ blue 20

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

Shades of Dark Goldenrod #CE8D14

Tints of Dark Goldenrod #CE8D14

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.42%

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

R = 56.13%
G = 38.42%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE8D14 (or 0xCE8D14) is known color: Dark Goldenrod. HEX triplet: CE, 8D and 14. RGB value is (206,141,20). Sum of RGB (Red+Green+Blue) = 206+141+20=367 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.13% from 367); Green value is 141 (55.47% from 255 or 38.42% from 367); Blue value is 20 (8.20% from 255 or 5.45% from 367); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8D14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8D14 is #3172EB. Grayscale: #939393. Windows color (decimal): -3240684 or 1347022. OLE color: 1347022.

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

Color convert

RGB 206 141 20 -
CMYK 0 0.32 0.90 0.19
HSL 39.03º 0.82% 0.44% -
HSV(B) 39.03º 0.9% 0.81% -
XYZ 35.1 32.22 5.03 -
YUV 146.64 56.53 170.34 -
System Red Green Blue C M Y K H S L
Decimal 206 141 20 0 0.32 0.90 0.19 39.03 0.82 0.44
Hex CE 8D 14 0 20 5A 13 27 52 2C
Octal 316 215 24 0 40 132 23 47 122 54
Binary 11001110 10001101 10100 0 100000 1011010 10011 100111 1010010 101100

Color Harmonies of #CE8D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8D14

Black with #CE8D14

Text Example


Text Example

White with #CE8D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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