Html Css Color HEX #DFD478 Wild Rice

📋 copy color: '#DFD478'

red 223 ◦ green 212 ◦ blue 120

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

Shades of Wild Rice #DFD478

Tints of Wild Rice #DFD478

RGB

 RED value IS 223 (87.5% from 255) = 40.18%

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

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

R = 40.18%
G = 38.2%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DFD478 (or 0xDFD478) is known color: Wild Rice. HEX triplet: DF, D4 and 78. RGB value is (223,212,120). Sum of RGB (Red+Green+Blue) = 223+212+120=555 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.18% from 555); Green value is 212 (83.20% from 255 or 38.20% from 555); Blue value is 120 (47.27% from 255 or 21.62% from 555); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD478 is #202B87. Grayscale: #CDCDCD. Windows color (decimal): -2108296 or 7918815. OLE color: 7918815.

HSL color Cylindrical-coordinate representation of color #DFD478: hue angle of 53.59º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DFD478 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 212 120 -
CMYK 0 0.05 0.46 0.13
HSL 53.59º 0.62% 0.67% -
HSV(B) 53.59º 0.46% 0.87% -
XYZ 57.37 64.13 27.12 -
YUV 204.8 80.14 140.98 -
System Red Green Blue C M Y K H S L
Decimal 223 212 120 0 0.05 0.46 0.13 53.59 0.62 0.67
Hex DF D4 78 0 5 2E D 36 3E 43
Octal 337 324 170 0 5 56 15 66 76 103
Binary 11011111 11010100 1111000 0 101 101110 1101 110110 111110 1000011

Color Harmonies of #DFD478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD478

Black with #DFD478

Text Example


Text Example

White with #DFD478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD478; }

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

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

background-color css

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

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

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

border-color css

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

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

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