Html Css Color HEX #CE8D0D Dark Goldenrod

📋 copy color: '#CE8D0D'

red 206 ◦ green 141 ◦ blue 13

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

Shades of Dark Goldenrod #CE8D0D

Tints of Dark Goldenrod #CE8D0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.61%

R = 57.22%
G = 39.17%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CE8D0D (or 0xCE8D0D) is known color: Dark Goldenrod. HEX triplet: CE, 8D and 0D. RGB value is (206,141,13). Sum of RGB (Red+Green+Blue) = 206+141+13=360 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.22% from 360); Green value is 141 (55.47% from 255 or 39.17% from 360); Blue value is 13 (5.47% from 255 or 3.61% from 360); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8D0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8D0D is #3172F2. Grayscale: #929292. Windows color (decimal): -3240691 or 888270. OLE color: 888270.

HSL color Cylindrical-coordinate representation of color #CE8D0D: hue angle of 39.79º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE8D0D is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 141 13 -
CMYK 0 0.32 0.94 0.19
HSL 39.79º 0.88% 0.43% -
HSV(B) 39.79º 0.94% 0.81% -
XYZ 35.05 32.2 4.75 -
YUV 145.84 53.03 170.91 -
System Red Green Blue C M Y K H S L
Decimal 206 141 13 0 0.32 0.94 0.19 39.79 0.88 0.43
Hex CE 8D D 0 20 5E 13 28 58 2B
Octal 316 215 15 0 40 136 23 50 130 53
Binary 11001110 10001101 1101 0 100000 1011110 10011 101000 1011000 101011

Color Harmonies of #CE8D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8D0D

Black with #CE8D0D

Text Example


Text Example

White with #CE8D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8D0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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