Html Css Color HEX #DDD275 Wild Rice

📋 copy color: '#DDD275'

red 221 ◦ green 210 ◦ blue 117

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

Shades of Wild Rice #DDD275

Tints of Wild Rice #DDD275

RGB

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

 GREEN value IS 210 (82.42% from 255) = 38.32%

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

R = 40.33%
G = 38.32%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DDD275 (or 0xDDD275) is known color: Wild Rice. HEX triplet: DD, D2 and 75. RGB value is (221,210,117). Sum of RGB (Red+Green+Blue) = 221+210+117=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 210 (82.42% from 255 or 38.32% from 548); Blue value is 117 (46.09% from 255 or 21.35% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD275 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD275 is #222D8A. Grayscale: #CBCBCB. Windows color (decimal): -2239883 or 7721693. OLE color: 7721693.

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

Color convert

RGB 221 210 117 -
CMYK 0 0.05 0.47 0.13
HSL 53.65º 0.6% 0.66% -
HSV(B) 53.65º 0.47% 0.87% -
XYZ 56.08 62.75 25.99 -
YUV 202.69 79.64 141.06 -
System Red Green Blue C M Y K H S L
Decimal 221 210 117 0 0.05 0.47 0.13 53.65 0.6 0.66
Hex DD D2 75 0 5 2F D 36 3C 42
Octal 335 322 165 0 5 57 15 66 74 102
Binary 11011101 11010010 1110101 0 101 101111 1101 110110 111100 1000010

Color Harmonies of #DDD275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD275

Black with #DDD275

Text Example


Text Example

White with #DDD275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD275; }

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

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

background-color css

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

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

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

border-color css

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

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

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