Html Css Color HEX #DCD070 Wild Rice

📋 copy color: '#DCD070'

red 220 ◦ green 208 ◦ blue 112

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

Shades of Wild Rice #DCD070

Tints of Wild Rice #DCD070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.74%

R = 40.74%
G = 38.52%
B = 20.74%

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

#DCD070 (or 0xDCD070) is known color: Wild Rice. HEX triplet: DC, D0 and 70. RGB value is (220,208,112). Sum of RGB (Red+Green+Blue) = 220+208+112=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 208 (81.64% from 255 or 38.52% from 540); Blue value is 112 (44.14% from 255 or 20.74% from 540); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD070 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD070 is #232F8F. Grayscale: #C9C9C9. Windows color (decimal): -2305936 or 7393500. OLE color: 7393500.

HSL color Cylindrical-coordinate representation of color #DCD070: hue angle of 53.33º degrees, saturation: 0.61, 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 #DCD070 is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 208 112 -
CMYK 0 0.05 0.49 0.14
HSL 53.33º 0.61% 0.65% -
HSV(B) 53.33º 0.49% 0.86% -
XYZ 55 61.5 24.3 -
YUV 200.64 77.98 141.81 -
System Red Green Blue C M Y K H S L
Decimal 220 208 112 0 0.05 0.49 0.14 53.33 0.61 0.65
Hex DC D0 70 0 5 31 E 35 3D 41
Octal 334 320 160 0 5 61 16 65 75 101
Binary 11011100 11010000 1110000 0 101 110001 1110 110101 111101 1000001

Color Harmonies of #DCD070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD070

Black with #DCD070

Text Example


Text Example

White with #DCD070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD070; }

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

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

background-color css

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

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

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

border-color css

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

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

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