Html Css Color HEX #DDD578 Wild Rice

📋 copy color: '#DDD578'

red 221 ◦ green 213 ◦ blue 120

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

Shades of Wild Rice #DDD578

Tints of Wild Rice #DDD578

RGB

 RED value IS 221 (86.72% from 255) = 39.89%

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

 BLUE value IS 120 (47.27% from 255) = 21.66%

R = 39.89%
G = 38.45%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DDD578 (or 0xDDD578) is known color: Wild Rice. HEX triplet: DD, D5 and 78. RGB value is (221,213,120). Sum of RGB (Red+Green+Blue) = 221+213+120=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 213 (83.59% from 255 or 38.45% from 554); Blue value is 120 (47.27% from 255 or 21.66% from 554); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD578 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD578 is #222A87. Grayscale: #CDCDCD. Windows color (decimal): -2239112 or 7919069. OLE color: 7919069.

HSL color Cylindrical-coordinate representation of color #DDD578: hue angle of 55.25º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DDD578 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 213 120 -
CMYK 0 0.04 0.46 0.13
HSL 55.25º 0.6% 0.67% -
HSV(B) 55.25º 0.46% 0.87% -
XYZ 57 64.32 27.18 -
YUV 204.79 80.15 139.56 -
System Red Green Blue C M Y K H S L
Decimal 221 213 120 0 0.04 0.46 0.13 55.25 0.6 0.67
Hex DD D5 78 0 4 2E D 37 3C 43
Octal 335 325 170 0 4 56 15 67 74 103
Binary 11011101 11010101 1111000 0 100 101110 1101 110111 111100 1000011

Color Harmonies of #DDD578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD578

Black with #DDD578

Text Example


Text Example

White with #DDD578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD578; }

 p { color: rgb(221,213,120); }

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

background-color css

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

 a { background-color: rgb(221,213,120); }

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

border-color css

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

 span { border-color: rgb(221,213,120); }

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