Html Css Color HEX #CE9103 Dark Goldenrod

📋 copy color: '#CE9103'

red 206 ◦ green 145 ◦ blue 3

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

Shades of Dark Goldenrod #CE9103

Tints of Dark Goldenrod #CE9103

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.96%

 BLUE value IS 3 (1.56% from 255) = 0.85%

R = 58.19%
G = 40.96%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CE9103 (or 0xCE9103) is known color: Dark Goldenrod. HEX triplet: CE, 91 and 03. RGB value is (206,145,3). Sum of RGB (Red+Green+Blue) = 206+145+3=354 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.19% from 354); Green value is 145 (57.03% from 255 or 40.96% from 354); Blue value is 3 (1.56% from 255 or 0.85% from 354); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9103 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9103 is #316EFC. Grayscale: #939393. Windows color (decimal): -3239677 or 233934. OLE color: 233934.

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

Color convert

RGB 206 145 3 -
CMYK 0 0.30 0.99 0.19
HSL 41.97º 0.97% 0.41% -
HSV(B) 41.97º 0.99% 0.81% -
XYZ 35.6 33.38 4.65 -
YUV 147.05 46.71 170.05 -
System Red Green Blue C M Y K H S L
Decimal 206 145 3 0 0.30 0.99 0.19 41.97 0.97 0.41
Hex CE 91 3 0 1E 63 13 2A 61 29
Octal 316 221 3 0 36 143 23 52 141 51
Binary 11001110 10010001 11 0 11110 1100011 10011 101010 1100001 101001

Color Harmonies of #CE9103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9103

Black with #CE9103

Text Example


Text Example

White with #CE9103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9103; }

 p { color: rgb(206,145,3); }

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

background-color css

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

 a { background-color: rgb(206,145,3); }

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

border-color css

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

 span { border-color: rgb(206,145,3); }

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