Html Css Color HEX #DCD474 Wild Rice

📋 copy color: '#DCD474'

red 220 ◦ green 212 ◦ blue 116

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

Shades of Wild Rice #DCD474

Tints of Wild Rice #DCD474

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.69%

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

R = 40.15%
G = 38.69%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DCD474 (or 0xDCD474) is known color: Wild Rice. HEX triplet: DC, D4 and 74. RGB value is (220,212,116). Sum of RGB (Red+Green+Blue) = 220+212+116=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 212 (83.20% from 255 or 38.69% from 548); Blue value is 116 (45.70% from 255 or 21.17% from 548); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD474 is #232B8B. Grayscale: #CBCBCB. Windows color (decimal): -2304908 or 7656668. OLE color: 7656668.

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

Color convert

RGB 220 212 116 -
CMYK 0 0.04 0.47 0.14
HSL 55.38º 0.6% 0.66% -
HSV(B) 55.38º 0.47% 0.86% -
XYZ 56.21 63.56 25.83 -
YUV 203.45 78.65 139.81 -
System Red Green Blue C M Y K H S L
Decimal 220 212 116 0 0.04 0.47 0.14 55.38 0.6 0.66
Hex DC D4 74 0 4 2F E 37 3C 42
Octal 334 324 164 0 4 57 16 67 74 102
Binary 11011100 11010100 1110100 0 100 101111 1110 110111 111100 1000010

Color Harmonies of #DCD474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD474

Black with #DCD474

Text Example


Text Example

White with #DCD474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD474; }

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

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

background-color css

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

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

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

border-color css

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

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

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