Html Css Color HEX #DCD36D Wild Rice

📋 copy color: '#DCD36D'

red 220 ◦ green 211 ◦ blue 109

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

Shades of Wild Rice #DCD36D

Tints of Wild Rice #DCD36D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.19%

R = 40.74%
G = 39.07%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DCD36D (or 0xDCD36D) is known color: Wild Rice. HEX triplet: DC, D3 and 6D. RGB value is (220,211,109). Sum of RGB (Red+Green+Blue) = 220+211+109=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 211 (82.81% from 255 or 39.07% from 540); Blue value is 109 (42.97% from 255 or 20.19% from 540); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD36D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD36D is #232C92. Grayscale: #CACACA. Windows color (decimal): -2305171 or 7197660. OLE color: 7197660.

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

Color convert

RGB 220 211 109 -
CMYK 0 0.04 0.50 0.14
HSL 55.14º 0.61% 0.65% -
HSV(B) 55.14º 0.5% 0.86% -
XYZ 55.57 62.91 23.68 -
YUV 202.06 75.48 140.79 -
System Red Green Blue C M Y K H S L
Decimal 220 211 109 0 0.04 0.50 0.14 55.14 0.61 0.65
Hex DC D3 6D 0 4 32 E 37 3D 41
Octal 334 323 155 0 4 62 16 67 75 101
Binary 11011100 11010011 1101101 0 100 110010 1110 110111 111101 1000001

Color Harmonies of #DCD36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD36D

Black with #DCD36D

Text Example


Text Example

White with #DCD36D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD36D; }

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

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

background-color css

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

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

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

border-color css

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

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

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