Html Css Color HEX #CE8A0D Dark Goldenrod

📋 copy color: '#CE8A0D'

red 206 ◦ green 138 ◦ blue 13

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

Shades of Dark Goldenrod #CE8A0D

Tints of Dark Goldenrod #CE8A0D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.66%

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

R = 57.7%
G = 38.66%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CE8A0D (or 0xCE8A0D) is known color: Dark Goldenrod. HEX triplet: CE, 8A and 0D. RGB value is (206,138,13). Sum of RGB (Red+Green+Blue) = 206+138+13=357 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.70% from 357); Green value is 138 (54.30% from 255 or 38.66% from 357); Blue value is 13 (5.47% from 255 or 3.64% from 357); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8A0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8A0D is #3175F2. Grayscale: #909090. Windows color (decimal): -3241459 or 887502. OLE color: 887502.

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

Color convert

RGB 206 138 13 -
CMYK 0 0.33 0.94 0.19
HSL 38.86º 0.88% 0.43% -
HSV(B) 38.86º 0.94% 0.81% -
XYZ 34.61 31.33 4.6 -
YUV 144.08 54.03 172.16 -
System Red Green Blue C M Y K H S L
Decimal 206 138 13 0 0.33 0.94 0.19 38.86 0.88 0.43
Hex CE 8A D 0 21 5E 13 27 58 2B
Octal 316 212 15 0 41 136 23 47 130 53
Binary 11001110 10001010 1101 0 100001 1011110 10011 100111 1011000 101011

Color Harmonies of #CE8A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8A0D

Black with #CE8A0D

Text Example


Text Example

White with #CE8A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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