Html Css Color HEX #CE810C Dark Goldenrod

📋 copy color: '#CE810C'

red 206 ◦ green 129 ◦ blue 12

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

Shades of Dark Goldenrod #CE810C

Tints of Dark Goldenrod #CE810C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.46%

R = 59.37%
G = 37.18%
B = 3.46%

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

#CE810C (or 0xCE810C) is known color: Dark Goldenrod. HEX triplet: CE, 81 and 0C. RGB value is (206,129,12). Sum of RGB (Red+Green+Blue) = 206+129+12=347 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.37% from 347); Green value is 129 (50.78% from 255 or 37.18% from 347); Blue value is 12 (5.08% from 255 or 3.46% from 347); Max value from RGB is 206 - color contains mainly: red. Hex color #CE810C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE810C is #317EF3. Grayscale: #8B8B8B. Windows color (decimal): -3243764 or 819662. OLE color: 819662.

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

Color convert

RGB 206 129 12 -
CMYK 0 0.37 0.94 0.19
HSL 36.19º 0.89% 0.43% -
HSV(B) 36.19º 0.94% 0.81% -
XYZ 33.37 28.85 4.16 -
YUV 138.69 56.51 176.01 -
System Red Green Blue C M Y K H S L
Decimal 206 129 12 0 0.37 0.94 0.19 36.19 0.89 0.43
Hex CE 81 C 0 25 5E 13 24 59 2B
Octal 316 201 14 0 45 136 23 44 131 53
Binary 11001110 10000001 1100 0 100101 1011110 10011 100100 1011001 101011

Color Harmonies of #CE810C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE810C

Black with #CE810C

Text Example


Text Example

White with #CE810C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE810C; }

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

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

background-color css

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

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

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

border-color css

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

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

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