Html Css Color HEX #CE9204 Dark Goldenrod

📋 copy color: '#CE9204'

red 206 ◦ green 146 ◦ blue 4

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

Shades of Dark Goldenrod #CE9204

Tints of Dark Goldenrod #CE9204

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.01%

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

R = 57.87%
G = 41.01%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CE9204 (or 0xCE9204) is known color: Dark Goldenrod. HEX triplet: CE, 92 and 04. RGB value is (206,146,4). Sum of RGB (Red+Green+Blue) = 206+146+4=356 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.87% from 356); Green value is 146 (57.42% from 255 or 41.01% from 356); Blue value is 4 (1.95% from 255 or 1.12% from 356); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9204 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9204 is #316DFB. Grayscale: #949494. Windows color (decimal): -3239420 or 299726. OLE color: 299726.

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

Color convert

RGB 206 146 4 -
CMYK 0 0.29 0.98 0.19
HSL 42.18º 0.96% 0.41% -
HSV(B) 42.18º 0.98% 0.81% -
XYZ 35.75 33.69 4.73 -
YUV 147.75 46.88 169.55 -
System Red Green Blue C M Y K H S L
Decimal 206 146 4 0 0.29 0.98 0.19 42.18 0.96 0.41
Hex CE 92 4 0 1D 62 13 2A 60 29
Octal 316 222 4 0 35 142 23 52 140 51
Binary 11001110 10010010 100 0 11101 1100010 10011 101010 1100000 101001

Color Harmonies of #CE9204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9204

Black with #CE9204

Text Example


Text Example

White with #CE9204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9204; }

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

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

background-color css

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

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

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

border-color css

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

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

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