Html Css Color HEX #DDD069 Wild Rice

📋 copy color: '#DDD069'

red 221 ◦ green 208 ◦ blue 105

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

Shades of Wild Rice #DDD069

Tints of Wild Rice #DDD069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 19.66%

R = 41.39%
G = 38.95%
B = 19.66%

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

#DDD069 (or 0xDDD069) is known color: Wild Rice. HEX triplet: DD, D0 and 69. RGB value is (221,208,105). Sum of RGB (Red+Green+Blue) = 221+208+105=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 208 (81.64% from 255 or 38.95% from 534); Blue value is 105 (41.41% from 255 or 19.66% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD069 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD069 is #222F96. Grayscale: #C8C8C8. Windows color (decimal): -2240407 or 6934749. OLE color: 6934749.

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

Color convert

RGB 221 208 105 -
CMYK 0 0.06 0.52 0.13
HSL 53.28º 0.63% 0.64% -
HSV(B) 53.28º 0.52% 0.87% -
XYZ 54.92 61.5 22.34 -
YUV 200.15 74.31 142.88 -
System Red Green Blue C M Y K H S L
Decimal 221 208 105 0 0.06 0.52 0.13 53.28 0.63 0.64
Hex DD D0 69 0 6 34 D 35 3F 40
Octal 335 320 151 0 6 64 15 65 77 100
Binary 11011101 11010000 1101001 0 110 110100 1101 110101 111111 1000000

Color Harmonies of #DDD069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD069

Black with #DDD069

Text Example


Text Example

White with #DDD069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD069; }

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

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

background-color css

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

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

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

border-color css

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

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

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