Html Css Color HEX #DCD478 Wild Rice

📋 copy color: '#DCD478'

red 220 ◦ green 212 ◦ blue 120

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

Shades of Wild Rice #DCD478

Tints of Wild Rice #DCD478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 21.74%

R = 39.86%
G = 38.41%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DCD478 (or 0xDCD478) is known color: Wild Rice. HEX triplet: DC, D4 and 78. RGB value is (220,212,120). Sum of RGB (Red+Green+Blue) = 220+212+120=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 212 (83.20% from 255 or 38.41% from 552); Blue value is 120 (47.27% from 255 or 21.74% from 552); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD478 is #232B87. Grayscale: #CCCCCC. Windows color (decimal): -2304904 or 7918812. OLE color: 7918812.

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

Color convert

RGB 220 212 120 -
CMYK 0 0.04 0.45 0.14
HSL 55.2º 0.59% 0.67% -
HSV(B) 55.2º 0.45% 0.86% -
XYZ 56.45 63.66 27.08 -
YUV 203.9 80.65 139.48 -
System Red Green Blue C M Y K H S L
Decimal 220 212 120 0 0.04 0.45 0.14 55.2 0.59 0.67
Hex DC D4 78 0 4 2D E 37 3B 43
Octal 334 324 170 0 4 55 16 67 73 103
Binary 11011100 11010100 1111000 0 100 101101 1110 110111 111011 1000011

Color Harmonies of #DCD478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD478

Black with #DCD478

Text Example


Text Example

White with #DCD478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD478; }

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

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

background-color css

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

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

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

border-color css

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

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

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