Html Css Color HEX #CE820A Dark Goldenrod

📋 copy color: '#CE820A'

red 206 ◦ green 130 ◦ blue 10

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

Shades of Dark Goldenrod #CE820A

Tints of Dark Goldenrod #CE820A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.89%

R = 59.54%
G = 37.57%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CE820A (or 0xCE820A) is known color: Dark Goldenrod. HEX triplet: CE, 82 and 0A. RGB value is (206,130,10). Sum of RGB (Red+Green+Blue) = 206+130+10=346 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.54% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 10 (4.30% from 255 or 2.89% from 346); Max value from RGB is 206 - color contains mainly: red. Hex color #CE820A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE820A is #317DF5. Grayscale: #8B8B8B. Windows color (decimal): -3243510 or 688846. OLE color: 688846.

HSL color Cylindrical-coordinate representation of color #CE820A: hue angle of 36.73º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE820A is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 130 10 -
CMYK 0 0.37 0.95 0.19
HSL 36.73º 0.91% 0.42% -
HSV(B) 36.73º 0.95% 0.81% -
XYZ 33.49 29.11 4.14 -
YUV 139.04 55.18 175.76 -
System Red Green Blue C M Y K H S L
Decimal 206 130 10 0 0.37 0.95 0.19 36.73 0.91 0.42
Hex CE 82 A 0 25 5F 13 25 5B 2A
Octal 316 202 12 0 45 137 23 45 133 52
Binary 11001110 10000010 1010 0 100101 1011111 10011 100101 1011011 101010

Color Harmonies of #CE820A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE820A

Black with #CE820A

Text Example


Text Example

White with #CE820A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE820A; }

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

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

background-color css

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

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

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

border-color css

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

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

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