Html Css Color HEX #CE8104 Dark Goldenrod

📋 copy color: '#CE8104'

red 206 ◦ green 129 ◦ blue 4

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

Shades of Dark Goldenrod #CE8104

Tints of Dark Goldenrod #CE8104

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.05%

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

R = 60.77%
G = 38.05%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CE8104 (or 0xCE8104) is known color: Dark Goldenrod. HEX triplet: CE, 81 and 04. RGB value is (206,129,4). Sum of RGB (Red+Green+Blue) = 206+129+4=339 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.77% from 339); Green value is 129 (50.78% from 255 or 38.05% from 339); Blue value is 4 (1.95% from 255 or 1.18% from 339); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8104 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8104 is #317EFB. Grayscale: #8A8A8A. Windows color (decimal): -3243772 or 295374. OLE color: 295374.

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

Color convert

RGB 206 129 4 -
CMYK 0 0.37 0.98 0.19
HSL 37.13º 0.96% 0.41% -
HSV(B) 37.13º 0.98% 0.81% -
XYZ 33.33 28.83 3.92 -
YUV 137.77 52.51 176.66 -
System Red Green Blue C M Y K H S L
Decimal 206 129 4 0 0.37 0.98 0.19 37.13 0.96 0.41
Hex CE 81 4 0 25 62 13 25 60 29
Octal 316 201 4 0 45 142 23 45 140 51
Binary 11001110 10000001 100 0 100101 1100010 10011 100101 1100000 101001

Color Harmonies of #CE8104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8104

Black with #CE8104

Text Example


Text Example

White with #CE8104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8104; }

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

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

background-color css

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

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

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

border-color css

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

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

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