Html Css Color HEX #DDD375 Wild Rice

📋 copy color: '#DDD375'

red 221 ◦ green 211 ◦ blue 117

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

Shades of Wild Rice #DDD375

Tints of Wild Rice #DDD375

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.43%

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

R = 40.26%
G = 38.43%
B = 21.31%

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

#DDD375 (or 0xDDD375) is known color: Wild Rice. HEX triplet: DD, D3 and 75. RGB value is (221,211,117). Sum of RGB (Red+Green+Blue) = 221+211+117=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 211 (82.81% from 255 or 38.43% from 549); Blue value is 117 (46.09% from 255 or 21.31% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD375 is #222C8A. Grayscale: #CBCBCB. Windows color (decimal): -2239627 or 7721949. OLE color: 7721949.

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

Color convert

RGB 221 211 117 -
CMYK 0 0.05 0.47 0.13
HSL 54.23º 0.6% 0.66% -
HSV(B) 54.23º 0.47% 0.87% -
XYZ 56.32 63.25 26.07 -
YUV 203.27 79.31 140.64 -
System Red Green Blue C M Y K H S L
Decimal 221 211 117 0 0.05 0.47 0.13 54.23 0.6 0.66
Hex DD D3 75 0 5 2F D 36 3C 42
Octal 335 323 165 0 5 57 15 66 74 102
Binary 11011101 11010011 1110101 0 101 101111 1101 110110 111100 1000010

Color Harmonies of #DDD375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD375

Black with #DDD375

Text Example


Text Example

White with #DDD375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD375; }

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

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

background-color css

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

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

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

border-color css

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

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

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