Html Css Color HEX #CE820C Dark Goldenrod

📋 copy color: '#CE820C'

red 206 ◦ green 130 ◦ blue 12

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

Shades of Dark Goldenrod #CE820C

Tints of Dark Goldenrod #CE820C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.36%

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

R = 59.2%
G = 37.36%
B = 3.45%

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

#CE820C (or 0xCE820C) is known color: Dark Goldenrod. HEX triplet: CE, 82 and 0C. RGB value is (206,130,12). Sum of RGB (Red+Green+Blue) = 206+130+12=348 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.20% from 348); Green value is 130 (51.17% from 255 or 37.36% from 348); Blue value is 12 (5.08% from 255 or 3.45% from 348); Max value from RGB is 206 - color contains mainly: red. Hex color #CE820C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE820C is #317DF3. Grayscale: #8B8B8B. Windows color (decimal): -3243508 or 819918. OLE color: 819918.

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

Color convert

RGB 206 130 12 -
CMYK 0 0.37 0.94 0.19
HSL 36.49º 0.89% 0.43% -
HSV(B) 36.49º 0.94% 0.81% -
XYZ 33.5 29.11 4.2 -
YUV 139.27 56.18 175.59 -
System Red Green Blue C M Y K H S L
Decimal 206 130 12 0 0.37 0.94 0.19 36.49 0.89 0.43
Hex CE 82 C 0 25 5E 13 24 59 2B
Octal 316 202 14 0 45 136 23 44 131 53
Binary 11001110 10000010 1100 0 100101 1011110 10011 100100 1011001 101011

Color Harmonies of #CE820C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE820C

Black with #CE820C

Text Example


Text Example

White with #CE820C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE820C; }

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

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

background-color css

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

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

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

border-color css

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

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

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