Html Css Color HEX #CE9301 Dark Goldenrod

📋 copy color: '#CE9301'

red 206 ◦ green 147 ◦ blue 1

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

Shades of Dark Goldenrod #CE9301

Tints of Dark Goldenrod #CE9301

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.53%

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 58.19%
G = 41.53%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CE9301 (or 0xCE9301) is known color: Dark Goldenrod. HEX triplet: CE, 93 and 01. RGB value is (206,147,1). Sum of RGB (Red+Green+Blue) = 206+147+1=354 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.19% from 354); Green value is 147 (57.81% from 255 or 41.53% from 354); Blue value is 1 (0.78% from 255 or 0.28% from 354); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9301 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9301 is #316CFE. Grayscale: #949494. Windows color (decimal): -3239167 or 103374. OLE color: 103374.

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

Color convert

RGB 206 147 1 -
CMYK 0 0.29 1.00 0.19
HSL 42.73º 0.99% 0.41% -
HSV(B) 42.73º 1% 0.81% -
XYZ 35.89 33.99 4.7 -
YUV 148 45.05 169.37 -
System Red Green Blue C M Y K H S L
Decimal 206 147 1 0 0.29 1.00 0.19 42.73 0.99 0.41
Hex CE 93 1 0 1D 64 13 2B 63 29
Octal 316 223 1 0 35 144 23 53 143 51
Binary 11001110 10010011 1 0 11101 1100100 10011 101011 1100011 101001

Color Harmonies of #CE9301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9301

Black with #CE9301

Text Example


Text Example

White with #CE9301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9301; }

 p { color: rgb(206,147,1); }

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

background-color css

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

 a { background-color: rgb(206,147,1); }

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

border-color css

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

 span { border-color: rgb(206,147,1); }

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