Html Css Color HEX #DCD379 Wild Rice

📋 copy color: '#DCD379'

red 220 ◦ green 211 ◦ blue 121

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

Shades of Wild Rice #DCD379

Tints of Wild Rice #DCD379

RGB

 RED value IS 220 (86.33% from 255) = 39.86%

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

 BLUE value IS 121 (47.66% from 255) = 21.92%

R = 39.86%
G = 38.22%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DCD379 (or 0xDCD379) is known color: Wild Rice. HEX triplet: DC, D3 and 79. RGB value is (220,211,121). Sum of RGB (Red+Green+Blue) = 220+211+121=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 211 (82.81% from 255 or 38.22% from 552); Blue value is 121 (47.66% from 255 or 21.92% from 552); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD379 is #232C86. Grayscale: #CBCBCB. Windows color (decimal): -2305159 or 7984092. OLE color: 7984092.

HSL color Cylindrical-coordinate representation of color #DCD379: hue angle of 54.55º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCD379 is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 211 121 -
CMYK 0 0.04 0.45 0.14
HSL 54.55º 0.59% 0.67% -
HSV(B) 54.55º 0.45% 0.86% -
XYZ 56.26 63.18 27.32 -
YUV 203.43 81.48 139.82 -
System Red Green Blue C M Y K H S L
Decimal 220 211 121 0 0.04 0.45 0.14 54.55 0.59 0.67
Hex DC D3 79 0 4 2D E 37 3B 43
Octal 334 323 171 0 4 55 16 67 73 103
Binary 11011100 11010011 1111001 0 100 101101 1110 110111 111011 1000011

Color Harmonies of #DCD379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD379

Black with #DCD379

Text Example


Text Example

White with #DCD379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD379; }

 p { color: rgb(220,211,121); }

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

background-color css

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

 a { background-color: rgb(220,211,121); }

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

border-color css

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

 span { border-color: rgb(220,211,121); }

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