Html Css Color HEX #CE810D Dark Goldenrod

📋 copy color: '#CE810D'

red 206 ◦ green 129 ◦ blue 13

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

Shades of Dark Goldenrod #CE810D

Tints of Dark Goldenrod #CE810D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.07%

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

R = 59.2%
G = 37.07%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CE810D (or 0xCE810D) is known color: Dark Goldenrod. HEX triplet: CE, 81 and 0D. RGB value is (206,129,13). Sum of RGB (Red+Green+Blue) = 206+129+13=348 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.20% from 348); Green value is 129 (50.78% from 255 or 37.07% from 348); Blue value is 13 (5.47% from 255 or 3.74% from 348); Max value from RGB is 206 - color contains mainly: red. Hex color #CE810D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE810D is #317EF2. Grayscale: #8B8B8B. Windows color (decimal): -3243763 or 885198. OLE color: 885198.

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

Color convert

RGB 206 129 13 -
CMYK 0 0.37 0.94 0.19
HSL 36.06º 0.88% 0.43% -
HSV(B) 36.06º 0.94% 0.81% -
XYZ 33.38 28.85 4.19 -
YUV 138.8 57.01 175.93 -
System Red Green Blue C M Y K H S L
Decimal 206 129 13 0 0.37 0.94 0.19 36.06 0.88 0.43
Hex CE 81 D 0 25 5E 13 24 58 2B
Octal 316 201 15 0 45 136 23 44 130 53
Binary 11001110 10000001 1101 0 100101 1011110 10011 100100 1011000 101011

Color Harmonies of #CE810D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE810D

Black with #CE810D

Text Example


Text Example

White with #CE810D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE810D; }

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

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

background-color css

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

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

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

border-color css

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

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

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