Html Css Color HEX #DCD580 Wild Rice

📋 copy color: '#DCD580'

red 220 ◦ green 213 ◦ blue 128

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

Shades of Wild Rice #DCD580

Tints of Wild Rice #DCD580

RGB

 RED value IS 220 (86.33% from 255) = 39.22%

 GREEN value IS 213 (83.59% from 255) = 37.97%

 BLUE value IS 128 (50.39% from 255) = 22.82%

R = 39.22%
G = 37.97%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DCD580 (or 0xDCD580) is known color: Wild Rice. HEX triplet: DC, D5 and 80. RGB value is (220,213,128). Sum of RGB (Red+Green+Blue) = 220+213+128=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 213 (83.59% from 255 or 37.97% from 561); Blue value is 128 (50.39% from 255 or 22.82% from 561); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD580 is #232A7F. Grayscale: #CDCDCD. Windows color (decimal): -2304640 or 8443356. OLE color: 8443356.

HSL color Cylindrical-coordinate representation of color #DCD580: hue angle of 55.43º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DCD580 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 213 128 -
CMYK 0 0.03 0.42 0.14
HSL 55.43º 0.57% 0.68% -
HSV(B) 55.43º 0.42% 0.86% -
XYZ 57.21 64.36 29.83 -
YUV 205.4 84.32 138.41 -
System Red Green Blue C M Y K H S L
Decimal 220 213 128 0 0.03 0.42 0.14 55.43 0.57 0.68
Hex DC D5 80 0 3 2A E 37 39 44
Octal 334 325 200 0 3 52 16 67 71 104
Binary 11011100 11010101 10000000 0 11 101010 1110 110111 111001 1000100

Color Harmonies of #DCD580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD580

Black with #DCD580

Text Example


Text Example

White with #DCD580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD580; }

 p { color: rgb(220,213,128); }

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

background-color css

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

 a { background-color: rgb(220,213,128); }

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

border-color css

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

 span { border-color: rgb(220,213,128); }

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