Html Css Color HEX #DDD378 Wild Rice

📋 copy color: '#DDD378'

red 221 ◦ green 211 ◦ blue 120

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

Shades of Wild Rice #DDD378

Tints of Wild Rice #DDD378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 21.74%

R = 40.04%
G = 38.22%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DDD378 (or 0xDDD378) is known color: Wild Rice. HEX triplet: DD, D3 and 78. RGB value is (221,211,120). Sum of RGB (Red+Green+Blue) = 221+211+120=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 211 (82.81% from 255 or 38.22% from 552); Blue value is 120 (47.27% from 255 or 21.74% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD378 is #222C87. Grayscale: #CBCBCB. Windows color (decimal): -2239624 or 7918557. OLE color: 7918557.

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

Color convert

RGB 221 211 120 -
CMYK 0 0.05 0.46 0.13
HSL 54.06º 0.6% 0.67% -
HSV(B) 54.06º 0.46% 0.87% -
XYZ 56.5 63.32 27.01 -
YUV 203.62 80.81 140.4 -
System Red Green Blue C M Y K H S L
Decimal 221 211 120 0 0.05 0.46 0.13 54.06 0.6 0.67
Hex DD D3 78 0 5 2E D 36 3C 43
Octal 335 323 170 0 5 56 15 66 74 103
Binary 11011101 11010011 1111000 0 101 101110 1101 110110 111100 1000011

Color Harmonies of #DDD378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD378

Black with #DDD378

Text Example


Text Example

White with #DDD378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD378; }

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

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

background-color css

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

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

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

border-color css

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

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

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