Html Css Color HEX #CE8504 Dark Goldenrod

📋 copy color: '#CE8504'

red 206 ◦ green 133 ◦ blue 4

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

Shades of Dark Goldenrod #CE8504

Tints of Dark Goldenrod #CE8504

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.78%

 BLUE value IS 4 (1.95% from 255) = 1.17%

R = 60.06%
G = 38.78%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CE8504 (or 0xCE8504) is known color: Dark Goldenrod. HEX triplet: CE, 85 and 04. RGB value is (206,133,4). Sum of RGB (Red+Green+Blue) = 206+133+4=343 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.06% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 4 (1.95% from 255 or 1.17% from 343); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8504 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8504 is #317AFB. Grayscale: #8C8C8C. Windows color (decimal): -3242748 or 296398. OLE color: 296398.

HSL color Cylindrical-coordinate representation of color #CE8504: hue angle of 38.32º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE8504 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 133 4 -
CMYK 0 0.35 0.98 0.19
HSL 38.32º 0.96% 0.41% -
HSV(B) 38.32º 0.98% 0.81% -
XYZ 33.86 29.91 4.1 -
YUV 140.12 51.18 174.99 -
System Red Green Blue C M Y K H S L
Decimal 206 133 4 0 0.35 0.98 0.19 38.32 0.96 0.41
Hex CE 85 4 0 23 62 13 26 60 29
Octal 316 205 4 0 43 142 23 46 140 51
Binary 11001110 10000101 100 0 100011 1100010 10011 100110 1100000 101001

Color Harmonies of #CE8504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8504

Black with #CE8504

Text Example


Text Example

White with #CE8504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8504; }

 p { color: rgb(206,133,4); }

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

background-color css

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

 a { background-color: rgb(206,133,4); }

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

border-color css

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

 span { border-color: rgb(206,133,4); }

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