Html Css Color HEX #DCD376 Wild Rice

📋 copy color: '#DCD376'

red 220 ◦ green 211 ◦ blue 118

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

Shades of Wild Rice #DCD376

Tints of Wild Rice #DCD376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 21.49%

R = 40.07%
G = 38.43%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DCD376 (or 0xDCD376) is known color: Wild Rice. HEX triplet: DC, D3 and 76. RGB value is (220,211,118). Sum of RGB (Red+Green+Blue) = 220+211+118=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 211 (82.81% from 255 or 38.43% from 549); Blue value is 118 (46.48% from 255 or 21.49% from 549); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD376 is #232C89. Grayscale: #CBCBCB. Windows color (decimal): -2305162 or 7787484. OLE color: 7787484.

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

Color convert

RGB 220 211 118 -
CMYK 0 0.04 0.46 0.14
HSL 54.71º 0.59% 0.66% -
HSV(B) 54.71º 0.46% 0.86% -
XYZ 56.08 63.11 26.37 -
YUV 203.09 79.98 140.06 -
System Red Green Blue C M Y K H S L
Decimal 220 211 118 0 0.04 0.46 0.14 54.71 0.59 0.66
Hex DC D3 76 0 4 2E E 37 3B 42
Octal 334 323 166 0 4 56 16 67 73 102
Binary 11011100 11010011 1110110 0 100 101110 1110 110111 111011 1000010

Color Harmonies of #DCD376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD376

Black with #DCD376

Text Example


Text Example

White with #DCD376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD376; }

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

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

background-color css

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

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

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

border-color css

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

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

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