Html Css Color HEX #DCD276 Wild Rice

📋 copy color: '#DCD276'

red 220 ◦ green 210 ◦ blue 118

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

Shades of Wild Rice #DCD276

Tints of Wild Rice #DCD276

RGB

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

 GREEN value IS 210 (82.42% from 255) = 38.32%

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

R = 40.15%
G = 38.32%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DCD276 (or 0xDCD276) is known color: Wild Rice. HEX triplet: DC, D2 and 76. RGB value is (220,210,118). Sum of RGB (Red+Green+Blue) = 220+210+118=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 210 (82.42% from 255 or 38.32% from 548); Blue value is 118 (46.48% from 255 or 21.53% from 548); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD276 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD276 is #232D89. Grayscale: #CACACA. Windows color (decimal): -2305418 or 7787228. OLE color: 7787228.

HSL color Cylindrical-coordinate representation of color #DCD276: hue angle of 54.12º 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 #DCD276 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 210 118 -
CMYK 0 0.05 0.46 0.14
HSL 54.12º 0.59% 0.66% -
HSV(B) 54.12º 0.46% 0.86% -
XYZ 55.83 62.62 26.28 -
YUV 202.5 80.31 140.48 -
System Red Green Blue C M Y K H S L
Decimal 220 210 118 0 0.05 0.46 0.14 54.12 0.59 0.66
Hex DC D2 76 0 5 2E E 36 3B 42
Octal 334 322 166 0 5 56 16 66 73 102
Binary 11011100 11010010 1110110 0 101 101110 1110 110110 111011 1000010

Color Harmonies of #DCD276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD276

Black with #DCD276

Text Example


Text Example

White with #DCD276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD276; }

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

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

background-color css

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

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

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

border-color css

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

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

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