Html Css Color HEX #DCD473 Wild Rice

📋 copy color: '#DCD473'

red 220 ◦ green 212 ◦ blue 115

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

Shades of Wild Rice #DCD473

Tints of Wild Rice #DCD473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.02%

R = 40.22%
G = 38.76%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DCD473 (or 0xDCD473) is known color: Wild Rice. HEX triplet: DC, D4 and 73. RGB value is (220,212,115). Sum of RGB (Red+Green+Blue) = 220+212+115=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 212 (83.20% from 255 or 38.76% from 547); Blue value is 115 (45.31% from 255 or 21.02% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD473 is #232B8C. Grayscale: #CBCBCB. Windows color (decimal): -2304909 or 7591132. OLE color: 7591132.

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

Color convert

RGB 220 212 115 -
CMYK 0 0.04 0.48 0.14
HSL 55.43º 0.6% 0.66% -
HSV(B) 55.43º 0.48% 0.86% -
XYZ 56.15 63.54 25.52 -
YUV 203.33 78.15 139.89 -
System Red Green Blue C M Y K H S L
Decimal 220 212 115 0 0.04 0.48 0.14 55.43 0.6 0.66
Hex DC D4 73 0 4 30 E 37 3C 42
Octal 334 324 163 0 4 60 16 67 74 102
Binary 11011100 11010100 1110011 0 100 110000 1110 110111 111100 1000010

Color Harmonies of #DCD473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD473

Black with #DCD473

Text Example


Text Example

White with #DCD473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD473; }

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

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

background-color css

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

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

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

border-color css

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

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

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