Html Css Color HEX #DCD471 Wild Rice

📋 copy color: '#DCD471'

red 220 ◦ green 212 ◦ blue 113

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

Shades of Wild Rice #DCD471

Tints of Wild Rice #DCD471

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.9%

 BLUE value IS 113 (44.53% from 255) = 20.73%

R = 40.37%
G = 38.9%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DCD471 (or 0xDCD471) is known color: Wild Rice. HEX triplet: DC, D4 and 71. RGB value is (220,212,113). Sum of RGB (Red+Green+Blue) = 220+212+113=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 212 (83.20% from 255 or 38.90% from 545); Blue value is 113 (44.53% from 255 or 20.73% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD471 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD471 is #232B8E. Grayscale: #CBCBCB. Windows color (decimal): -2304911 or 7460060. OLE color: 7460060.

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

Color convert

RGB 220 212 113 -
CMYK 0 0.04 0.49 0.14
HSL 55.51º 0.6% 0.65% -
HSV(B) 55.51º 0.49% 0.86% -
XYZ 56.04 63.49 24.92 -
YUV 203.11 77.15 140.05 -
System Red Green Blue C M Y K H S L
Decimal 220 212 113 0 0.04 0.49 0.14 55.51 0.6 0.65
Hex DC D4 71 0 4 31 E 38 3C 41
Octal 334 324 161 0 4 61 16 70 74 101
Binary 11011100 11010100 1110001 0 100 110001 1110 111000 111100 1000001

Color Harmonies of #DCD471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD471

Black with #DCD471

Text Example


Text Example

White with #DCD471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD471; }

 p { color: rgb(220,212,113); }

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

background-color css

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

 a { background-color: rgb(220,212,113); }

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

border-color css

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

 span { border-color: rgb(220,212,113); }

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