Html Css Color HEX #DFD67E Wild Rice

📋 copy color: '#DFD67E'

red 223 ◦ green 214 ◦ blue 126

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

Shades of Wild Rice #DFD67E

Tints of Wild Rice #DFD67E

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.01%

 BLUE value IS 126 (49.61% from 255) = 22.38%

R = 39.61%
G = 38.01%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DFD67E (or 0xDFD67E) is known color: Wild Rice. HEX triplet: DF, D6 and 7E. RGB value is (223,214,126). Sum of RGB (Red+Green+Blue) = 223+214+126=563 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.61% from 563); Green value is 214 (83.98% from 255 or 38.01% from 563); Blue value is 126 (49.61% from 255 or 22.38% from 563); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD67E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD67E is #202981. Grayscale: #CFCFCF. Windows color (decimal): -2107778 or 8312543. OLE color: 8312543.

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

Color convert

RGB 223 214 126 -
CMYK 0 0.04 0.43 0.13
HSL 54.43º 0.6% 0.68% -
HSV(B) 54.43º 0.43% 0.87% -
XYZ 58.24 65.29 29.27 -
YUV 206.66 82.48 139.66 -
System Red Green Blue C M Y K H S L
Decimal 223 214 126 0 0.04 0.43 0.13 54.43 0.6 0.68
Hex DF D6 7E 0 4 2B D 36 3C 44
Octal 337 326 176 0 4 53 15 66 74 104
Binary 11011111 11010110 1111110 0 100 101011 1101 110110 111100 1000100

Color Harmonies of #DFD67E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD67E

Black with #DFD67E

Text Example


Text Example

White with #DFD67E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD67E; }

 p { color: rgb(223,214,126); }

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

background-color css

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

 a { background-color: rgb(223,214,126); }

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

border-color css

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

 span { border-color: rgb(223,214,126); }

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