Html Css Color HEX #CE9005 Dark Goldenrod

📋 copy color: '#CE9005'

red 206 ◦ green 144 ◦ blue 5

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

Shades of Dark Goldenrod #CE9005

Tints of Dark Goldenrod #CE9005

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.56%

 BLUE value IS 5 (2.34% from 255) = 1.41%

R = 58.03%
G = 40.56%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CE9005 (or 0xCE9005) is known color: Dark Goldenrod. HEX triplet: CE, 90 and 05. RGB value is (206,144,5). Sum of RGB (Red+Green+Blue) = 206+144+5=355 (47% of max value = 765). Red value is 206 (80.86% from 255 or 58.03% from 355); Green value is 144 (56.64% from 255 or 40.56% from 355); Blue value is 5 (2.34% from 255 or 1.41% from 355); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9005 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9005 is #316FFA. Grayscale: #939393. Windows color (decimal): -3239931 or 364750. OLE color: 364750.

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

Color convert

RGB 206 144 5 -
CMYK 0 0.30 0.98 0.19
HSL 41.49º 0.95% 0.41% -
HSV(B) 41.49º 0.98% 0.81% -
XYZ 35.45 33.08 4.66 -
YUV 146.69 48.04 170.3 -
System Red Green Blue C M Y K H S L
Decimal 206 144 5 0 0.30 0.98 0.19 41.49 0.95 0.41
Hex CE 90 5 0 1E 62 13 29 5F 29
Octal 316 220 5 0 36 142 23 51 137 51
Binary 11001110 10010000 101 0 11110 1100010 10011 101001 1011111 101001

Color Harmonies of #CE9005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9005

Black with #CE9005

Text Example


Text Example

White with #CE9005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9005; }

 p { color: rgb(206,144,5); }

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

background-color css

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

 a { background-color: rgb(206,144,5); }

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

border-color css

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

 span { border-color: rgb(206,144,5); }

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