Html Css Color HEX #DDD26C Wild Rice

📋 copy color: '#DDD26C'

red 221 ◦ green 210 ◦ blue 108

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

Shades of Wild Rice #DDD26C

Tints of Wild Rice #DDD26C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.04%

R = 41%
G = 38.96%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DDD26C (or 0xDDD26C) is known color: Wild Rice. HEX triplet: DD, D2 and 6C. RGB value is (221,210,108). Sum of RGB (Red+Green+Blue) = 221+210+108=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 210 (82.42% from 255 or 38.96% from 539); Blue value is 108 (42.58% from 255 or 20.04% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD26C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD26C is #222D93. Grayscale: #CACACA. Windows color (decimal): -2239892 or 7131869. OLE color: 7131869.

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

Color convert

RGB 221 210 108 -
CMYK 0 0.05 0.51 0.13
HSL 54.16º 0.62% 0.65% -
HSV(B) 54.16º 0.51% 0.87% -
XYZ 55.57 62.55 23.33 -
YUV 201.66 75.14 141.79 -
System Red Green Blue C M Y K H S L
Decimal 221 210 108 0 0.05 0.51 0.13 54.16 0.62 0.65
Hex DD D2 6C 0 5 33 D 36 3E 41
Octal 335 322 154 0 5 63 15 66 76 101
Binary 11011101 11010010 1101100 0 101 110011 1101 110110 111110 1000001

Color Harmonies of #DDD26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD26C

Black with #DDD26C

Text Example


Text Example

White with #DDD26C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD26C; }

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

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

background-color css

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

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

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

border-color css

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

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

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