Html Css Color HEX #CE9202 Dark Goldenrod

📋 copy color: '#CE9202'

red 206 ◦ green 146 ◦ blue 2

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

Shades of Dark Goldenrod #CE9202

Tints of Dark Goldenrod #CE9202

RGB

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

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

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

R = 58.19%
G = 41.24%
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

#CE9202 (or 0xCE9202) is known color: Dark Goldenrod. HEX triplet: CE, 92 and 02. RGB value is (206,146,2). Sum of RGB (Red+Green+Blue) = 206+146+2=354 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.19% from 354); Green value is 146 (57.42% from 255 or 41.24% from 354); Blue value is 2 (1.17% from 255 or 0.56% from 354); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9202 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9202 is #316DFD. Grayscale: #949494. Windows color (decimal): -3239422 or 168654. OLE color: 168654.

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

Color convert

RGB 206 146 2 -
CMYK 0 0.29 0.99 0.19
HSL 42.35º 0.98% 0.41% -
HSV(B) 42.35º 0.99% 0.81% -
XYZ 35.74 33.68 4.68 -
YUV 147.52 45.88 169.71 -
System Red Green Blue C M Y K H S L
Decimal 206 146 2 0 0.29 0.99 0.19 42.35 0.98 0.41
Hex CE 92 2 0 1D 63 13 2A 62 29
Octal 316 222 2 0 35 143 23 52 142 51
Binary 11001110 10010010 10 0 11101 1100011 10011 101010 1100010 101001

Color Harmonies of #CE9202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9202

Black with #CE9202

Text Example


Text Example

White with #CE9202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9202; }

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

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

background-color css

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

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

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

border-color css

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

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

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