Html Css Color HEX #DDD377 Wild Rice

📋 copy color: '#DDD377'

red 221 ◦ green 211 ◦ blue 119

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

Shades of Wild Rice #DDD377

Tints of Wild Rice #DDD377

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.29%

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

R = 40.11%
G = 38.29%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DDD377 (or 0xDDD377) is known color: Wild Rice. HEX triplet: DD, D3 and 77. RGB value is (221,211,119). Sum of RGB (Red+Green+Blue) = 221+211+119=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 211 (82.81% from 255 or 38.29% from 551); Blue value is 119 (46.88% from 255 or 21.60% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD377 is #222C88. Grayscale: #CBCBCB. Windows color (decimal): -2239625 or 7853021. OLE color: 7853021.

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

Color convert

RGB 221 211 119 -
CMYK 0 0.05 0.46 0.13
HSL 54.12º 0.6% 0.67% -
HSV(B) 54.12º 0.46% 0.87% -
XYZ 56.44 63.29 26.69 -
YUV 203.5 80.31 140.48 -
System Red Green Blue C M Y K H S L
Decimal 221 211 119 0 0.05 0.46 0.13 54.12 0.6 0.67
Hex DD D3 77 0 5 2E D 36 3C 43
Octal 335 323 167 0 5 56 15 66 74 103
Binary 11011101 11010011 1110111 0 101 101110 1101 110110 111100 1000011

Color Harmonies of #DDD377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD377

Black with #DDD377

Text Example


Text Example

White with #DDD377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD377; }

 p { color: rgb(221,211,119); }

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

background-color css

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

 a { background-color: rgb(221,211,119); }

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

border-color css

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

 span { border-color: rgb(221,211,119); }

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