Html Css Color HEX #DFD47A Wild Rice

📋 copy color: '#DFD47A'

red 223 ◦ green 212 ◦ blue 122

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

Shades of Wild Rice #DFD47A

Tints of Wild Rice #DFD47A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 21.9%

R = 40.04%
G = 38.06%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DFD47A (or 0xDFD47A) is known color: Wild Rice. HEX triplet: DF, D4 and 7A. RGB value is (223,212,122). Sum of RGB (Red+Green+Blue) = 223+212+122=557 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.04% from 557); Green value is 212 (83.20% from 255 or 38.06% from 557); Blue value is 122 (48.05% from 255 or 21.90% from 557); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD47A is #202B85. Grayscale: #CDCDCD. Windows color (decimal): -2108294 or 8049887. OLE color: 8049887.

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

Color convert

RGB 223 212 122 -
CMYK 0 0.05 0.45 0.13
HSL 53.47º 0.61% 0.68% -
HSV(B) 53.47º 0.45% 0.87% -
XYZ 57.49 64.18 27.77 -
YUV 205.03 81.14 140.82 -
System Red Green Blue C M Y K H S L
Decimal 223 212 122 0 0.05 0.45 0.13 53.47 0.61 0.68
Hex DF D4 7A 0 5 2D D 35 3D 44
Octal 337 324 172 0 5 55 15 65 75 104
Binary 11011111 11010100 1111010 0 101 101101 1101 110101 111101 1000100

Color Harmonies of #DFD47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD47A

Black with #DFD47A

Text Example


Text Example

White with #DFD47A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD47A; }

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

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

background-color css

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

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

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

border-color css

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

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

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