Html Css Color HEX #DDD06A Wild Rice

📋 copy color: '#DDD06A'

red 221 ◦ green 208 ◦ blue 106

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

Shades of Wild Rice #DDD06A

Tints of Wild Rice #DDD06A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.88%

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

R = 41.31%
G = 38.88%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DDD06A (or 0xDDD06A) is known color: Wild Rice. HEX triplet: DD, D0 and 6A. RGB value is (221,208,106). Sum of RGB (Red+Green+Blue) = 221+208+106=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 208 (81.64% from 255 or 38.88% from 535); Blue value is 106 (41.80% from 255 or 19.81% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD06A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD06A is #222F95. Grayscale: #C8C8C8. Windows color (decimal): -2240406 or 7000285. OLE color: 7000285.

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

Color convert

RGB 221 208 106 -
CMYK 0 0.06 0.52 0.13
HSL 53.22º 0.63% 0.64% -
HSV(B) 53.22º 0.52% 0.87% -
XYZ 54.98 61.52 22.61 -
YUV 200.26 74.81 142.79 -
System Red Green Blue C M Y K H S L
Decimal 221 208 106 0 0.06 0.52 0.13 53.22 0.63 0.64
Hex DD D0 6A 0 6 34 D 35 3F 40
Octal 335 320 152 0 6 64 15 65 77 100
Binary 11011101 11010000 1101010 0 110 110100 1101 110101 111111 1000000

Color Harmonies of #DDD06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD06A

Black with #DDD06A

Text Example


Text Example

White with #DDD06A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD06A; }

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

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

background-color css

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

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

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

border-color css

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

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

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