Html Css Color HEX #DDD675 Wild Rice

📋 copy color: '#DDD675'

red 221 ◦ green 214 ◦ blue 117

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

Shades of Wild Rice #DDD675

Tints of Wild Rice #DDD675

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.77%

 BLUE value IS 117 (46.09% from 255) = 21.2%

R = 40.04%
G = 38.77%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DDD675 (or 0xDDD675) is known color: Wild Rice. HEX triplet: DD, D6 and 75. RGB value is (221,214,117). Sum of RGB (Red+Green+Blue) = 221+214+117=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 214 (83.98% from 255 or 38.77% from 552); Blue value is 117 (46.09% from 255 or 21.20% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD675 is #22298A. Grayscale: #CDCDCD. Windows color (decimal): -2238859 or 7722717. OLE color: 7722717.

HSL color Cylindrical-coordinate representation of color #DDD675: hue angle of 55.96º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DDD675 is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 214 117 -
CMYK 0 0.03 0.47 0.13
HSL 55.96º 0.6% 0.66% -
HSV(B) 55.96º 0.47% 0.87% -
XYZ 57.08 64.75 26.32 -
YUV 205.04 78.32 139.39 -
System Red Green Blue C M Y K H S L
Decimal 221 214 117 0 0.03 0.47 0.13 55.96 0.6 0.66
Hex DD D6 75 0 3 2F D 38 3C 42
Octal 335 326 165 0 3 57 15 70 74 102
Binary 11011101 11010110 1110101 0 11 101111 1101 111000 111100 1000010

Color Harmonies of #DDD675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD675

Black with #DDD675

Text Example


Text Example

White with #DDD675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD675; }

 p { color: rgb(221,214,117); }

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

background-color css

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

 a { background-color: rgb(221,214,117); }

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

border-color css

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

 span { border-color: rgb(221,214,117); }

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