Html Css Color HEX #CD9200 Dark Goldenrod

📋 copy color: '#CD9200'

red 205 ◦ green 146 ◦ blue 0

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

Shades of Dark Goldenrod #CD9200

Tints of Dark Goldenrod #CD9200

RGB

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

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

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

R = 58.4%
G = 41.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#CD9200 (or 0xCD9200) is known color: Dark Goldenrod. HEX triplet: CD, 92 and 00. RGB value is (205,146,0). Sum of RGB (Red+Green+Blue) = 205+146+0=351 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.40% from 351); Green value is 146 (57.42% from 255 or 41.60% from 351); Blue value is 0 (0.39% from 255 or 0% from 351); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD9200 is #326DFF. Grayscale: #939393. Windows color (decimal): -3304960 or 37581. OLE color: 37581.

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

Color convert

RGB 205 146 0 -
CMYK 0 0.29 1 0.20
HSL 42.73º 1% 0.4% -
HSV(B) 42.73º 1% 0.8% -
XYZ 35.46 33.54 4.6 -
YUV 147 45.05 169.37 -
System Red Green Blue C M Y K H S L
Decimal 205 146 0 0 0.29 1 0.20 42.73 1 0.4
Hex CD 92 0 0 1D 64 14 2B 64 28
Octal 315 222 0 0 35 144 24 53 144 50
Binary 11001101 10010010 0 0 11101 1100100 10100 101011 1100100 101000

Color Harmonies of #CD9200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9200

Black with #CD9200

Text Example


Text Example

White with #CD9200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9200; }

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

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

background-color css

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

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

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

border-color css

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

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

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