Html Css Color HEX #DCD37E Wild Rice

📋 copy color: '#DCD37E'

red 220 ◦ green 211 ◦ blue 126

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

Shades of Wild Rice #DCD37E

Tints of Wild Rice #DCD37E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 22.62%

R = 39.5%
G = 37.88%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DCD37E (or 0xDCD37E) is known color: Wild Rice. HEX triplet: DC, D3 and 7E. RGB value is (220,211,126). Sum of RGB (Red+Green+Blue) = 220+211+126=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 211 (82.81% from 255 or 37.88% from 557); Blue value is 126 (49.61% from 255 or 22.62% from 557); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD37E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD37E is #232C81. Grayscale: #CCCCCC. Windows color (decimal): -2305154 or 8311772. OLE color: 8311772.

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

Color convert

RGB 220 211 126 -
CMYK 0 0.04 0.43 0.14
HSL 54.26º 0.57% 0.68% -
HSV(B) 54.26º 0.43% 0.86% -
XYZ 56.58 63.31 28.98 -
YUV 204 83.98 139.41 -
System Red Green Blue C M Y K H S L
Decimal 220 211 126 0 0.04 0.43 0.14 54.26 0.57 0.68
Hex DC D3 7E 0 4 2B E 36 39 44
Octal 334 323 176 0 4 53 16 66 71 104
Binary 11011100 11010011 1111110 0 100 101011 1110 110110 111001 1000100

Color Harmonies of #DCD37E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD37E

Black with #DCD37E

Text Example


Text Example

White with #DCD37E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD37E; }

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

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

background-color css

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

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

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

border-color css

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

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

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