Html Css Color HEX #DFDA7D Wild Rice

📋 copy color: '#DFDA7D'

red 223 ◦ green 218 ◦ blue 125

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

Shades of Wild Rice #DFDA7D

Tints of Wild Rice #DFDA7D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.52%

 BLUE value IS 125 (49.22% from 255) = 22.08%

R = 39.4%
G = 38.52%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DFDA7D (or 0xDFDA7D) is known color: Wild Rice. HEX triplet: DF, DA and 7D. RGB value is (223,218,125). Sum of RGB (Red+Green+Blue) = 223+218+125=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 218 (85.55% from 255 or 38.52% from 566); Blue value is 125 (49.22% from 255 or 22.08% from 566); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDA7D is #202582. Grayscale: #D1D1D1. Windows color (decimal): -2106755 or 8248031. OLE color: 8248031.

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

Color convert

RGB 223 218 125 -
CMYK 0 0.02 0.44 0.13
HSL 56.94º 0.6% 0.68% -
HSV(B) 56.94º 0.44% 0.87% -
XYZ 59.2 67.31 29.27 -
YUV 208.89 80.66 138.06 -
System Red Green Blue C M Y K H S L
Decimal 223 218 125 0 0.02 0.44 0.13 56.94 0.6 0.68
Hex DF DA 7D 0 2 2C D 39 3C 44
Octal 337 332 175 0 2 54 15 71 74 104
Binary 11011111 11011010 1111101 0 10 101100 1101 111001 111100 1000100

Color Harmonies of #DFDA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDA7D

Black with #DFDA7D

Text Example


Text Example

White with #DFDA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDA7D; }

 p { color: rgb(223,218,125); }

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

background-color css

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

 a { background-color: rgb(223,218,125); }

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

border-color css

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

 span { border-color: rgb(223,218,125); }

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