Html Css Color HEX #DCD373 Wild Rice

📋 copy color: '#DCD373'

red 220 ◦ green 211 ◦ blue 115

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

Shades of Wild Rice #DCD373

Tints of Wild Rice #DCD373

RGB

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

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

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

R = 40.29%
G = 38.64%
B = 21.06%

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

#DCD373 (or 0xDCD373) is known color: Wild Rice. HEX triplet: DC, D3 and 73. RGB value is (220,211,115). Sum of RGB (Red+Green+Blue) = 220+211+115=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 211 (82.81% from 255 or 38.64% from 546); Blue value is 115 (45.31% from 255 or 21.06% from 546); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD373 is #232C8C. Grayscale: #CBCBCB. Windows color (decimal): -2305165 or 7590876. OLE color: 7590876.

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

Color convert

RGB 220 211 115 -
CMYK 0 0.04 0.48 0.14
HSL 54.86º 0.6% 0.66% -
HSV(B) 54.86º 0.48% 0.86% -
XYZ 55.9 63.04 25.44 -
YUV 202.75 78.48 140.31 -
System Red Green Blue C M Y K H S L
Decimal 220 211 115 0 0.04 0.48 0.14 54.86 0.6 0.66
Hex DC D3 73 0 4 30 E 37 3C 42
Octal 334 323 163 0 4 60 16 67 74 102
Binary 11011100 11010011 1110011 0 100 110000 1110 110111 111100 1000010

Color Harmonies of #DCD373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD373

Black with #DCD373

Text Example


Text Example

White with #DCD373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD373; }

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

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

background-color css

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

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

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

border-color css

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

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

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