Html Css Color HEX #CE870D Dark Goldenrod

📋 copy color: '#CE870D'

red 206 ◦ green 135 ◦ blue 13

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

Shades of Dark Goldenrod #CE870D

Tints of Dark Goldenrod #CE870D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.14%

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

R = 58.19%
G = 38.14%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CE870D (or 0xCE870D) is known color: Dark Goldenrod. HEX triplet: CE, 87 and 0D. RGB value is (206,135,13). Sum of RGB (Red+Green+Blue) = 206+135+13=354 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.19% from 354); Green value is 135 (53.12% from 255 or 38.14% from 354); Blue value is 13 (5.47% from 255 or 3.67% from 354); Max value from RGB is 206 - color contains mainly: red. Hex color #CE870D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE870D is #3178F2. Grayscale: #8E8E8E. Windows color (decimal): -3242227 or 886734. OLE color: 886734.

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

Color convert

RGB 206 135 13 -
CMYK 0 0.34 0.94 0.19
HSL 37.93º 0.88% 0.43% -
HSV(B) 37.93º 0.94% 0.81% -
XYZ 34.19 30.48 4.46 -
YUV 142.32 55.02 173.42 -
System Red Green Blue C M Y K H S L
Decimal 206 135 13 0 0.34 0.94 0.19 37.93 0.88 0.43
Hex CE 87 D 0 22 5E 13 26 58 2B
Octal 316 207 15 0 42 136 23 46 130 53
Binary 11001110 10000111 1101 0 100010 1011110 10011 100110 1011000 101011

Color Harmonies of #CE870D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE870D

Black with #CE870D

Text Example


Text Example

White with #CE870D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE870D; }

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

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

background-color css

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

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

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

border-color css

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

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

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