Html Css Color HEX #CE8A14 Dark Goldenrod

📋 copy color: '#CE8A14'

red 206 ◦ green 138 ◦ blue 20

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

Shades of Dark Goldenrod #CE8A14

Tints of Dark Goldenrod #CE8A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.49%

R = 56.59%
G = 37.91%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE8A14 (or 0xCE8A14) is known color: Dark Goldenrod. HEX triplet: CE, 8A and 14. RGB value is (206,138,20). Sum of RGB (Red+Green+Blue) = 206+138+20=364 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.59% from 364); Green value is 138 (54.30% from 255 or 37.91% from 364); Blue value is 20 (8.20% from 255 or 5.49% from 364); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8A14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8A14 is #3175EB. Grayscale: #919191. Windows color (decimal): -3241452 or 1346254. OLE color: 1346254.

HSL color Cylindrical-coordinate representation of color #CE8A14: hue angle of 38.06º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE8A14 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 138 20 -
CMYK 0 0.33 0.90 0.19
HSL 38.06º 0.82% 0.44% -
HSV(B) 38.06º 0.9% 0.81% -
XYZ 34.67 31.35 4.89 -
YUV 144.88 57.53 171.59 -
System Red Green Blue C M Y K H S L
Decimal 206 138 20 0 0.33 0.90 0.19 38.06 0.82 0.44
Hex CE 8A 14 0 21 5A 13 26 52 2C
Octal 316 212 24 0 41 132 23 46 122 54
Binary 11001110 10001010 10100 0 100001 1011010 10011 100110 1010010 101100

Color Harmonies of #CE8A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8A14

Black with #CE8A14

Text Example


Text Example

White with #CE8A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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