Html Css Color HEX #DCD071 Wild Rice

📋 copy color: '#DCD071'

red 220 ◦ green 208 ◦ blue 113

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

Shades of Wild Rice #DCD071

Tints of Wild Rice #DCD071

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.45%

 BLUE value IS 113 (44.53% from 255) = 20.89%

R = 40.67%
G = 38.45%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DCD071 (or 0xDCD071) is known color: Wild Rice. HEX triplet: DC, D0 and 71. RGB value is (220,208,113). Sum of RGB (Red+Green+Blue) = 220+208+113=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 208 (81.64% from 255 or 38.45% from 541); Blue value is 113 (44.53% from 255 or 20.89% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD071 is #232F8E. Grayscale: #C9C9C9. Windows color (decimal): -2305935 or 7459036. OLE color: 7459036.

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

Color convert

RGB 220 208 113 -
CMYK 0 0.05 0.49 0.14
HSL 53.27º 0.6% 0.65% -
HSV(B) 53.27º 0.49% 0.86% -
XYZ 55.05 61.52 24.6 -
YUV 200.76 78.48 141.72 -
System Red Green Blue C M Y K H S L
Decimal 220 208 113 0 0.05 0.49 0.14 53.27 0.6 0.65
Hex DC D0 71 0 5 31 E 35 3C 41
Octal 334 320 161 0 5 61 16 65 74 101
Binary 11011100 11010000 1110001 0 101 110001 1110 110101 111100 1000001

Color Harmonies of #DCD071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD071

Black with #DCD071

Text Example


Text Example

White with #DCD071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD071; }

 p { color: rgb(220,208,113); }

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

background-color css

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

 a { background-color: rgb(220,208,113); }

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

border-color css

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

 span { border-color: rgb(220,208,113); }

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