Html Css Color HEX #CE9302 Dark Goldenrod

📋 copy color: '#CE9302'

red 206 ◦ green 147 ◦ blue 2

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

Shades of Dark Goldenrod #CE9302

Tints of Dark Goldenrod #CE9302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.56%

R = 58.03%
G = 41.41%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CE9302 (or 0xCE9302) is known color: Dark Goldenrod. HEX triplet: CE, 93 and 02. RGB value is (206,147,2). Sum of RGB (Red+Green+Blue) = 206+147+2=355 (47% of max value = 765). Red value is 206 (80.86% from 255 or 58.03% from 355); Green value is 147 (57.81% from 255 or 41.41% from 355); Blue value is 2 (1.17% from 255 or 0.56% from 355); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9302 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9302 is #316CFD. Grayscale: #949494. Windows color (decimal): -3239166 or 168910. OLE color: 168910.

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

Color convert

RGB 206 147 2 -
CMYK 0 0.29 0.99 0.19
HSL 42.65º 0.98% 0.41% -
HSV(B) 42.65º 0.99% 0.81% -
XYZ 35.9 33.99 4.73 -
YUV 148.11 45.55 169.29 -
System Red Green Blue C M Y K H S L
Decimal 206 147 2 0 0.29 0.99 0.19 42.65 0.98 0.41
Hex CE 93 2 0 1D 63 13 2B 62 29
Octal 316 223 2 0 35 143 23 53 142 51
Binary 11001110 10010011 10 0 11101 1100011 10011 101011 1100010 101001

Color Harmonies of #CE9302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9302

Black with #CE9302

Text Example


Text Example

White with #CE9302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9302; }

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

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

background-color css

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

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

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

border-color css

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

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

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