Html Css Color HEX #DCD577 Wild Rice

📋 copy color: '#DCD577'

red 220 ◦ green 213 ◦ blue 119

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

Shades of Wild Rice #DCD577

Tints of Wild Rice #DCD577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 21.56%

R = 39.86%
G = 38.59%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DCD577 (or 0xDCD577) is known color: Wild Rice. HEX triplet: DC, D5 and 77. RGB value is (220,213,119). Sum of RGB (Red+Green+Blue) = 220+213+119=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 213 (83.59% from 255 or 38.59% from 552); Blue value is 119 (46.88% from 255 or 21.56% from 552); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD577 is #232A88. Grayscale: #CCCCCC. Windows color (decimal): -2304649 or 7853532. OLE color: 7853532.

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

Color convert

RGB 220 213 119 -
CMYK 0 0.03 0.46 0.14
HSL 55.84º 0.59% 0.66% -
HSV(B) 55.84º 0.46% 0.86% -
XYZ 56.64 64.14 26.85 -
YUV 204.38 79.82 139.14 -
System Red Green Blue C M Y K H S L
Decimal 220 213 119 0 0.03 0.46 0.14 55.84 0.59 0.66
Hex DC D5 77 0 3 2E E 38 3B 42
Octal 334 325 167 0 3 56 16 70 73 102
Binary 11011100 11010101 1110111 0 11 101110 1110 111000 111011 1000010

Color Harmonies of #DCD577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD577

Black with #DCD577

Text Example


Text Example

White with #DCD577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD577; }

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

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

background-color css

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

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

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

border-color css

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

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

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