Html Css Color HEX #DCD574 Wild Rice

📋 copy color: '#DCD574'

red 220 ◦ green 213 ◦ blue 116

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

Shades of Wild Rice #DCD574

Tints of Wild Rice #DCD574

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.8%

 BLUE value IS 116 (45.7% from 255) = 21.13%

R = 40.07%
G = 38.8%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DCD574 (or 0xDCD574) is known color: Wild Rice. HEX triplet: DC, D5 and 74. RGB value is (220,213,116). Sum of RGB (Red+Green+Blue) = 220+213+116=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 213 (83.59% from 255 or 38.80% from 549); Blue value is 116 (45.70% from 255 or 21.13% from 549); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD574 is #232A8B. Grayscale: #CCCCCC. Windows color (decimal): -2304652 or 7656924. OLE color: 7656924.

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

Color convert

RGB 220 213 116 -
CMYK 0 0.03 0.47 0.14
HSL 55.96º 0.6% 0.66% -
HSV(B) 55.96º 0.47% 0.86% -
XYZ 56.46 64.07 25.91 -
YUV 204.04 78.32 139.39 -
System Red Green Blue C M Y K H S L
Decimal 220 213 116 0 0.03 0.47 0.14 55.96 0.6 0.66
Hex DC D5 74 0 3 2F E 38 3C 42
Octal 334 325 164 0 3 57 16 70 74 102
Binary 11011100 11010101 1110100 0 11 101111 1110 111000 111100 1000010

Color Harmonies of #DCD574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD574

Black with #DCD574

Text Example


Text Example

White with #DCD574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD574; }

 p { color: rgb(220,213,116); }

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

background-color css

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

 a { background-color: rgb(220,213,116); }

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

border-color css

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

 span { border-color: rgb(220,213,116); }

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