Html Css Color HEX #DCD680 Wild Rice

📋 copy color: '#DCD680'

red 220 ◦ green 214 ◦ blue 128

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

Shades of Wild Rice #DCD680

Tints of Wild Rice #DCD680

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.08%

 BLUE value IS 128 (50.39% from 255) = 22.78%

R = 39.15%
G = 38.08%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DCD680 (or 0xDCD680) is known color: Wild Rice. HEX triplet: DC, D6 and 80. RGB value is (220,214,128). Sum of RGB (Red+Green+Blue) = 220+214+128=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 214 (83.98% from 255 or 38.08% from 562); Blue value is 128 (50.39% from 255 or 22.78% from 562); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD680 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD680 is #23297F. Grayscale: #CECECE. Windows color (decimal): -2304384 or 8443612. OLE color: 8443612.

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

Color convert

RGB 220 214 128 -
CMYK 0 0.03 0.42 0.14
HSL 56.09º 0.57% 0.68% -
HSV(B) 56.09º 0.42% 0.86% -
XYZ 57.46 64.87 29.91 -
YUV 205.99 83.99 137.99 -
System Red Green Blue C M Y K H S L
Decimal 220 214 128 0 0.03 0.42 0.14 56.09 0.57 0.68
Hex DC D6 80 0 3 2A E 38 39 44
Octal 334 326 200 0 3 52 16 70 71 104
Binary 11011100 11010110 10000000 0 11 101010 1110 111000 111001 1000100

Color Harmonies of #DCD680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD680

Black with #DCD680

Text Example


Text Example

White with #DCD680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD680; }

 p { color: rgb(220,214,128); }

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

background-color css

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

 a { background-color: rgb(220,214,128); }

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

border-color css

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

 span { border-color: rgb(220,214,128); }

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