Html Css Color HEX #DDD372 Wild Rice

📋 copy color: '#DDD372'

red 221 ◦ green 211 ◦ blue 114

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

Shades of Wild Rice #DDD372

Tints of Wild Rice #DDD372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 20.88%

R = 40.48%
G = 38.64%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DDD372 (or 0xDDD372) is known color: Wild Rice. HEX triplet: DD, D3 and 72. RGB value is (221,211,114). Sum of RGB (Red+Green+Blue) = 221+211+114=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 211 (82.81% from 255 or 38.64% from 546); Blue value is 114 (44.92% from 255 or 20.88% from 546); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD372 is #222C8D. Grayscale: #CBCBCB. Windows color (decimal): -2239630 or 7525341. OLE color: 7525341.

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

Color convert

RGB 221 211 114 -
CMYK 0 0.05 0.48 0.13
HSL 54.39º 0.61% 0.66% -
HSV(B) 54.39º 0.48% 0.87% -
XYZ 56.15 63.18 25.15 -
YUV 202.93 77.81 140.89 -
System Red Green Blue C M Y K H S L
Decimal 221 211 114 0 0.05 0.48 0.13 54.39 0.61 0.66
Hex DD D3 72 0 5 30 D 36 3D 42
Octal 335 323 162 0 5 60 15 66 75 102
Binary 11011101 11010011 1110010 0 101 110000 1101 110110 111101 1000010

Color Harmonies of #DDD372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD372

Black with #DDD372

Text Example


Text Example

White with #DDD372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD372; }

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

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

background-color css

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

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

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

border-color css

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

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

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