Html Css Color HEX #DCD377 Wild Rice

📋 copy color: '#DCD377'

red 220 ◦ green 211 ◦ blue 119

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

Shades of Wild Rice #DCD377

Tints of Wild Rice #DCD377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 21.64%

R = 40%
G = 38.36%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DCD377 (or 0xDCD377) is known color: Wild Rice. HEX triplet: DC, D3 and 77. RGB value is (220,211,119). Sum of RGB (Red+Green+Blue) = 220+211+119=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 211 (82.81% from 255 or 38.36% from 550); Blue value is 119 (46.88% from 255 or 21.64% from 550); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD377 is #232C88. Grayscale: #CBCBCB. Windows color (decimal): -2305161 or 7853020. OLE color: 7853020.

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

Color convert

RGB 220 211 119 -
CMYK 0 0.04 0.46 0.14
HSL 54.65º 0.59% 0.66% -
HSV(B) 54.65º 0.46% 0.86% -
XYZ 56.14 63.14 26.68 -
YUV 203.2 80.48 139.98 -
System Red Green Blue C M Y K H S L
Decimal 220 211 119 0 0.04 0.46 0.14 54.65 0.59 0.66
Hex DC D3 77 0 4 2E E 37 3B 42
Octal 334 323 167 0 4 56 16 67 73 102
Binary 11011100 11010011 1110111 0 100 101110 1110 110111 111011 1000010

Color Harmonies of #DCD377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD377

Black with #DCD377

Text Example


Text Example

White with #DCD377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD377; }

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

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

background-color css

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

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

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

border-color css

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

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

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