Html Css Color HEX #DDD06F Wild Rice

📋 copy color: '#DDD06F'

red 221 ◦ green 208 ◦ blue 111

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

Shades of Wild Rice #DDD06F

Tints of Wild Rice #DDD06F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.56%

R = 40.93%
G = 38.52%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DDD06F (or 0xDDD06F) is known color: Wild Rice. HEX triplet: DD, D0 and 6F. RGB value is (221,208,111). Sum of RGB (Red+Green+Blue) = 221+208+111=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 208 (81.64% from 255 or 38.52% from 540); Blue value is 111 (43.75% from 255 or 20.56% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD06F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD06F is #222F90. Grayscale: #C9C9C9. Windows color (decimal): -2240401 or 7327965. OLE color: 7327965.

HSL color Cylindrical-coordinate representation of color #DDD06F: hue angle of 52.91º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDD06F is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 208 111 -
CMYK 0 0.06 0.50 0.13
HSL 52.91º 0.62% 0.65% -
HSV(B) 52.91º 0.5% 0.87% -
XYZ 55.24 61.63 24.02 -
YUV 200.83 77.31 142.39 -
System Red Green Blue C M Y K H S L
Decimal 221 208 111 0 0.06 0.50 0.13 52.91 0.62 0.65
Hex DD D0 6F 0 6 32 D 35 3E 41
Octal 335 320 157 0 6 62 15 65 76 101
Binary 11011101 11010000 1101111 0 110 110010 1101 110101 111110 1000001

Color Harmonies of #DDD06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD06F

Black with #DDD06F

Text Example


Text Example

White with #DDD06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD06F; }

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

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

background-color css

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

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

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

border-color css

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

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

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