Html Css Color HEX #DDD674 Wild Rice

📋 copy color: '#DDD674'

red 221 ◦ green 214 ◦ blue 116

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

Shades of Wild Rice #DDD674

Tints of Wild Rice #DDD674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.05%

R = 40.11%
G = 38.84%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DDD674 (or 0xDDD674) is known color: Wild Rice. HEX triplet: DD, D6 and 74. RGB value is (221,214,116). Sum of RGB (Red+Green+Blue) = 221+214+116=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 214 (83.98% from 255 or 38.84% from 551); Blue value is 116 (45.70% from 255 or 21.05% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD674 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD674 is #22298B. Grayscale: #CDCDCD. Windows color (decimal): -2238860 or 7657181. OLE color: 7657181.

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

Color convert

RGB 221 214 116 -
CMYK 0 0.03 0.48 0.13
HSL 56º 0.61% 0.66% -
HSV(B) 56º 0.48% 0.87% -
XYZ 57.02 64.73 26.01 -
YUV 204.92 77.82 139.47 -
System Red Green Blue C M Y K H S L
Decimal 221 214 116 0 0.03 0.48 0.13 56 0.61 0.66
Hex DD D6 74 0 3 30 D 38 3D 42
Octal 335 326 164 0 3 60 15 70 75 102
Binary 11011101 11010110 1110100 0 11 110000 1101 111000 111101 1000010

Color Harmonies of #DDD674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD674

Black with #DDD674

Text Example


Text Example

White with #DDD674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD674; }

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

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

background-color css

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

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

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

border-color css

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

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

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