Html Css Color HEX #DDD677 Wild Rice

📋 copy color: '#DDD677'

red 221 ◦ green 214 ◦ blue 119

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

Shades of Wild Rice #DDD677

Tints of Wild Rice #DDD677

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.63%

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

R = 39.89%
G = 38.63%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DDD677 (or 0xDDD677) is known color: Wild Rice. HEX triplet: DD, D6 and 77. RGB value is (221,214,119). Sum of RGB (Red+Green+Blue) = 221+214+119=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 214 (83.98% from 255 or 38.63% from 554); Blue value is 119 (46.88% from 255 or 21.48% from 554); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD677 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD677 is #222988. Grayscale: #CDCDCD. Windows color (decimal): -2238857 or 7853789. OLE color: 7853789.

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

Color convert

RGB 221 214 119 -
CMYK 0 0.03 0.46 0.13
HSL 55.88º 0.6% 0.67% -
HSV(B) 55.88º 0.46% 0.87% -
XYZ 57.2 64.8 26.95 -
YUV 205.26 79.32 139.22 -
System Red Green Blue C M Y K H S L
Decimal 221 214 119 0 0.03 0.46 0.13 55.88 0.6 0.67
Hex DD D6 77 0 3 2E D 38 3C 43
Octal 335 326 167 0 3 56 15 70 74 103
Binary 11011101 11010110 1110111 0 11 101110 1101 111000 111100 1000011

Color Harmonies of #DDD677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD677

Black with #DDD677

Text Example


Text Example

White with #DDD677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD677; }

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

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

background-color css

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

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

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

border-color css

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

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

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