Html Css Color HEX #DCD77C Wild Rice

📋 copy color: '#DCD77C'

red 220 ◦ green 215 ◦ blue 124

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

Shades of Wild Rice #DCD77C

Tints of Wild Rice #DCD77C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 38.46%

 BLUE value IS 124 (48.83% from 255) = 22.18%

R = 39.36%
G = 38.46%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DCD77C (or 0xDCD77C) is known color: Wild Rice. HEX triplet: DC, D7 and 7C. RGB value is (220,215,124). Sum of RGB (Red+Green+Blue) = 220+215+124=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 215 (84.38% from 255 or 38.46% from 559); Blue value is 124 (48.83% from 255 or 22.18% from 559); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD77C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD77C is #232883. Grayscale: #CECECE. Windows color (decimal): -2304132 or 8181724. OLE color: 8181724.

HSL color Cylindrical-coordinate representation of color #DCD77C: hue angle of 56.88º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DCD77C is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 215 124 -
CMYK 0 0.02 0.44 0.14
HSL 56.88º 0.58% 0.67% -
HSV(B) 56.88º 0.44% 0.86% -
XYZ 57.45 65.27 28.64 -
YUV 206.12 81.66 137.9 -
System Red Green Blue C M Y K H S L
Decimal 220 215 124 0 0.02 0.44 0.14 56.88 0.58 0.67
Hex DC D7 7C 0 2 2C E 39 3A 43
Octal 334 327 174 0 2 54 16 71 72 103
Binary 11011100 11010111 1111100 0 10 101100 1110 111001 111010 1000011

Color Harmonies of #DCD77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD77C

Black with #DCD77C

Text Example


Text Example

White with #DCD77C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD77C; }

 p { color: rgb(220,215,124); }

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

background-color css

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

 a { background-color: rgb(220,215,124); }

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

border-color css

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

 span { border-color: rgb(220,215,124); }

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