Html Css Color HEX #DDD679 Wild Rice

📋 copy color: '#DDD679'

red 221 ◦ green 214 ◦ blue 121

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

Shades of Wild Rice #DDD679

Tints of Wild Rice #DDD679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 21.76%

R = 39.75%
G = 38.49%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DDD679 (or 0xDDD679) is known color: Wild Rice. HEX triplet: DD, D6 and 79. RGB value is (221,214,121). Sum of RGB (Red+Green+Blue) = 221+214+121=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 214 (83.98% from 255 or 38.49% from 556); Blue value is 121 (47.66% from 255 or 21.76% from 556); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD679 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD679 is #222986. Grayscale: #CDCDCD. Windows color (decimal): -2238855 or 7984861. OLE color: 7984861.

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

Color convert

RGB 221 214 121 -
CMYK 0 0.03 0.45 0.13
HSL 55.8º 0.6% 0.67% -
HSV(B) 55.8º 0.45% 0.87% -
XYZ 57.32 64.85 27.58 -
YUV 205.49 80.32 139.06 -
System Red Green Blue C M Y K H S L
Decimal 221 214 121 0 0.03 0.45 0.13 55.8 0.6 0.67
Hex DD D6 79 0 3 2D D 38 3C 43
Octal 335 326 171 0 3 55 15 70 74 103
Binary 11011101 11010110 1111001 0 11 101101 1101 111000 111100 1000011

Color Harmonies of #DDD679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD679

Black with #DDD679

Text Example


Text Example

White with #DDD679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD679; }

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

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

background-color css

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

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

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

border-color css

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

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

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