Html Css Color HEX #DDD77C Wild Rice

📋 copy color: '#DDD77C'

red 221 ◦ green 215 ◦ blue 124

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

Shades of Wild Rice #DDD77C

Tints of Wild Rice #DDD77C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 38.39%

 BLUE value IS 124 (48.83% from 255) = 22.14%

R = 39.46%
G = 38.39%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DDD77C (or 0xDDD77C) is known color: Wild Rice. HEX triplet: DD, D7 and 7C. RGB value is (221,215,124). Sum of RGB (Red+Green+Blue) = 221+215+124=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 215 (84.38% from 255 or 38.39% from 560); Blue value is 124 (48.83% from 255 or 22.14% from 560); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD77C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD77C is #222883. Grayscale: #CECECE. Windows color (decimal): -2238596 or 8181725. OLE color: 8181725.

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

Color convert

RGB 221 215 124 -
CMYK 0 0.03 0.44 0.13
HSL 56.29º 0.59% 0.68% -
HSV(B) 56.29º 0.44% 0.87% -
XYZ 57.76 65.43 28.65 -
YUV 206.42 81.49 138.4 -
System Red Green Blue C M Y K H S L
Decimal 221 215 124 0 0.03 0.44 0.13 56.29 0.59 0.68
Hex DD D7 7C 0 3 2C D 38 3B 44
Octal 335 327 174 0 3 54 15 70 73 104
Binary 11011101 11010111 1111100 0 11 101100 1101 111000 111011 1000100

Color Harmonies of #DDD77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD77C

Black with #DDD77C

Text Example


Text Example

White with #DDD77C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD77C; }

 p { color: rgb(221,215,124); }

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

background-color css

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

 a { background-color: rgb(221,215,124); }

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

border-color css

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

 span { border-color: rgb(221,215,124); }

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