Html Css Color HEX #DDD06B Wild Rice

📋 copy color: '#DDD06B'

red 221 ◦ green 208 ◦ blue 107

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

Shades of Wild Rice #DDD06B

Tints of Wild Rice #DDD06B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.96%

R = 41.23%
G = 38.81%
B = 19.96%

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

#DDD06B (or 0xDDD06B) is known color: Wild Rice. HEX triplet: DD, D0 and 6B. RGB value is (221,208,107). Sum of RGB (Red+Green+Blue) = 221+208+107=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 208 (81.64% from 255 or 38.81% from 536); Blue value is 107 (42.19% from 255 or 19.96% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD06B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD06B is #222F94. Grayscale: #C8C8C8. Windows color (decimal): -2240405 or 7065821. OLE color: 7065821.

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

Color convert

RGB 221 208 107 -
CMYK 0 0.06 0.52 0.13
HSL 53.16º 0.63% 0.64% -
HSV(B) 53.16º 0.52% 0.87% -
XYZ 55.03 61.55 22.89 -
YUV 200.37 75.31 142.71 -
System Red Green Blue C M Y K H S L
Decimal 221 208 107 0 0.06 0.52 0.13 53.16 0.63 0.64
Hex DD D0 6B 0 6 34 D 35 3F 40
Octal 335 320 153 0 6 64 15 65 77 100
Binary 11011101 11010000 1101011 0 110 110100 1101 110101 111111 1000000

Color Harmonies of #DDD06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD06B

Black with #DDD06B

Text Example


Text Example

White with #DDD06B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD06B; }

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

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

background-color css

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

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

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

border-color css

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

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

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