Html Css Color HEX #DDD16A Wild Rice

📋 copy color: '#DDD16A'

red 221 ◦ green 209 ◦ blue 106

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

Shades of Wild Rice #DDD16A

Tints of Wild Rice #DDD16A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38.99%

 BLUE value IS 106 (41.8% from 255) = 19.78%

R = 41.23%
G = 38.99%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DDD16A (or 0xDDD16A) is known color: Wild Rice. HEX triplet: DD, D1 and 6A. RGB value is (221,209,106). Sum of RGB (Red+Green+Blue) = 221+209+106=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 209 (82.03% from 255 or 38.99% from 536); Blue value is 106 (41.80% from 255 or 19.78% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD16A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD16A is #222E95. Grayscale: #C9C9C9. Windows color (decimal): -2240150 or 7000541. OLE color: 7000541.

HSL color Cylindrical-coordinate representation of color #DDD16A: hue angle of 53.74º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DDD16A is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 209 106 -
CMYK 0 0.05 0.52 0.13
HSL 53.74º 0.63% 0.64% -
HSV(B) 53.74º 0.52% 0.87% -
XYZ 55.22 62.01 22.7 -
YUV 200.85 74.48 142.38 -
System Red Green Blue C M Y K H S L
Decimal 221 209 106 0 0.05 0.52 0.13 53.74 0.63 0.64
Hex DD D1 6A 0 5 34 D 36 3F 40
Octal 335 321 152 0 5 64 15 66 77 100
Binary 11011101 11010001 1101010 0 101 110100 1101 110110 111111 1000000

Color Harmonies of #DDD16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD16A

Black with #DDD16A

Text Example


Text Example

White with #DDD16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD16A; }

 p { color: rgb(221,209,106); }

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

background-color css

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

 a { background-color: rgb(221,209,106); }

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

border-color css

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

 span { border-color: rgb(221,209,106); }

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