Html Css Color HEX #CE830D Dark Goldenrod

📋 copy color: '#CE830D'

red 206 ◦ green 131 ◦ blue 13

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

Shades of Dark Goldenrod #CE830D

Tints of Dark Goldenrod #CE830D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.43%

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

R = 58.86%
G = 37.43%
B = 3.71%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CE830D (or 0xCE830D) is known color: Dark Goldenrod. HEX triplet: CE, 83 and 0D. RGB value is (206,131,13). Sum of RGB (Red+Green+Blue) = 206+131+13=350 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.86% from 350); Green value is 131 (51.56% from 255 or 37.43% from 350); Blue value is 13 (5.47% from 255 or 3.71% from 350); Max value from RGB is 206 - color contains mainly: red. Hex color #CE830D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE830D is #317CF2. Grayscale: #8C8C8C. Windows color (decimal): -3243251 or 885710. OLE color: 885710.

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

Color convert

RGB 206 131 13 -
CMYK 0 0.36 0.94 0.19
HSL 36.68º 0.88% 0.43% -
HSV(B) 36.68º 0.94% 0.81% -
XYZ 33.64 29.38 4.28 -
YUV 139.97 56.35 175.09 -
System Red Green Blue C M Y K H S L
Decimal 206 131 13 0 0.36 0.94 0.19 36.68 0.88 0.43
Hex CE 83 D 0 24 5E 13 25 58 2B
Octal 316 203 15 0 44 136 23 45 130 53
Binary 11001110 10000011 1101 0 100100 1011110 10011 100101 1011000 101011

Color Harmonies of #CE830D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE830D

Black with #CE830D

Text Example


Text Example

White with #CE830D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE830D; }

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

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

background-color css

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

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

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

border-color css

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

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

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