Html Css Color HEX #CD9000 Dark Goldenrod

📋 copy color: '#CD9000'

red 205 ◦ green 144 ◦ blue 0

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

Shades of Dark Goldenrod #CD9000

Tints of Dark Goldenrod #CD9000

RGB

 RED value IS 205 (80.47% from 255) = 58.74%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 58.74%
G = 41.26%
B = 0%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#CD9000 (or 0xCD9000) is known color: Dark Goldenrod. HEX triplet: CD, 90 and 00. RGB value is (205,144,0). Sum of RGB (Red+Green+Blue) = 205+144+0=349 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.74% from 349); Green value is 144 (56.64% from 255 or 41.26% from 349); Blue value is 0 (0.39% from 255 or 0% from 349); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD9000 is #326FFF. Grayscale: #929292. Windows color (decimal): -3305472 or 37069. OLE color: 37069.

HSL color Cylindrical-coordinate representation of color #CD9000: hue angle of 42.15º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD9000 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 144 0 -
CMYK 0 0.30 1 0.20
HSL 42.15º 1% 0.4% -
HSV(B) 42.15º 1% 0.8% -
XYZ 35.15 32.93 4.5 -
YUV 145.82 45.71 170.21 -
System Red Green Blue C M Y K H S L
Decimal 205 144 0 0 0.30 1 0.20 42.15 1 0.4
Hex CD 90 0 0 1E 64 14 2A 64 28
Octal 315 220 0 0 36 144 24 52 144 50
Binary 11001101 10010000 0 0 11110 1100100 10100 101010 1100100 101000

Color Harmonies of #CD9000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9000

Black with #CD9000

Text Example


Text Example

White with #CD9000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9000; }

 p { color: rgb(205,144,0); }

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

background-color css

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

 a { background-color: rgb(205,144,0); }

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

border-color css

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

 span { border-color: rgb(205,144,0); }

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