Html Css Color HEX #DDD478 Wild Rice

📋 copy color: '#DDD478'

red 221 ◦ green 212 ◦ blue 120

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

Shades of Wild Rice #DDD478

Tints of Wild Rice #DDD478

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.34%

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

R = 39.96%
G = 38.34%
B = 21.7%

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

#DDD478 (or 0xDDD478) is known color: Wild Rice. HEX triplet: DD, D4 and 78. RGB value is (221,212,120). Sum of RGB (Red+Green+Blue) = 221+212+120=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 212 (83.20% from 255 or 38.34% from 553); Blue value is 120 (47.27% from 255 or 21.70% from 553); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD478 is #222B87. Grayscale: #CCCCCC. Windows color (decimal): -2239368 or 7918813. OLE color: 7918813.

HSL color Cylindrical-coordinate representation of color #DDD478: hue angle of 54.65º 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 #DDD478 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 212 120 -
CMYK 0 0.04 0.46 0.13
HSL 54.65º 0.6% 0.67% -
HSV(B) 54.65º 0.46% 0.87% -
XYZ 56.75 63.82 27.1 -
YUV 204.2 80.48 139.98 -
System Red Green Blue C M Y K H S L
Decimal 221 212 120 0 0.04 0.46 0.13 54.65 0.6 0.67
Hex DD D4 78 0 4 2E D 37 3C 43
Octal 335 324 170 0 4 56 15 67 74 103
Binary 11011101 11010100 1111000 0 100 101110 1101 110111 111100 1000011

Color Harmonies of #DDD478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD478

Black with #DDD478

Text Example


Text Example

White with #DDD478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD478; }

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

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

background-color css

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

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

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

border-color css

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

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

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