Html Css Color HEX #DCD076 Wild Rice

📋 copy color: '#DCD076'

red 220 ◦ green 208 ◦ blue 118

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

Shades of Wild Rice #DCD076

Tints of Wild Rice #DCD076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 21.61%

R = 40.29%
G = 38.1%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DCD076 (or 0xDCD076) is known color: Wild Rice. HEX triplet: DC, D0 and 76. RGB value is (220,208,118). Sum of RGB (Red+Green+Blue) = 220+208+118=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 208 (81.64% from 255 or 38.10% from 546); Blue value is 118 (46.48% from 255 or 21.61% from 546); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD076 is #232F89. Grayscale: #C9C9C9. Windows color (decimal): -2305930 or 7786716. OLE color: 7786716.

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

Color convert

RGB 220 208 118 -
CMYK 0 0.05 0.46 0.14
HSL 52.94º 0.59% 0.66% -
HSV(B) 52.94º 0.46% 0.86% -
XYZ 55.34 61.64 26.12 -
YUV 201.33 80.98 141.32 -
System Red Green Blue C M Y K H S L
Decimal 220 208 118 0 0.05 0.46 0.14 52.94 0.59 0.66
Hex DC D0 76 0 5 2E E 35 3B 42
Octal 334 320 166 0 5 56 16 65 73 102
Binary 11011100 11010000 1110110 0 101 101110 1110 110101 111011 1000010

Color Harmonies of #DCD076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD076

Black with #DCD076

Text Example


Text Example

White with #DCD076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD076; }

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

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

background-color css

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

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

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

border-color css

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

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

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