Html Css Color HEX #DCD374 Wild Rice

📋 copy color: '#DCD374'

red 220 ◦ green 211 ◦ blue 116

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

Shades of Wild Rice #DCD374

Tints of Wild Rice #DCD374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.21%

R = 40.22%
G = 38.57%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DCD374 (or 0xDCD374) is known color: Wild Rice. HEX triplet: DC, D3 and 74. RGB value is (220,211,116). Sum of RGB (Red+Green+Blue) = 220+211+116=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 211 (82.81% from 255 or 38.57% from 547); Blue value is 116 (45.70% from 255 or 21.21% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD374 is #232C8B. Grayscale: #CBCBCB. Windows color (decimal): -2305164 or 7656412. OLE color: 7656412.

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

Color convert

RGB 220 211 116 -
CMYK 0 0.04 0.47 0.14
HSL 54.81º 0.6% 0.66% -
HSV(B) 54.81º 0.47% 0.86% -
XYZ 55.96 63.07 25.75 -
YUV 202.86 78.98 140.22 -
System Red Green Blue C M Y K H S L
Decimal 220 211 116 0 0.04 0.47 0.14 54.81 0.6 0.66
Hex DC D3 74 0 4 2F E 37 3C 42
Octal 334 323 164 0 4 57 16 67 74 102
Binary 11011100 11010011 1110100 0 100 101111 1110 110111 111100 1000010

Color Harmonies of #DCD374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD374

Black with #DCD374

Text Example


Text Example

White with #DCD374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD374; }

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

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

background-color css

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

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

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

border-color css

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

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

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