Html Css Color HEX #DFD77F Wild Rice

📋 copy color: '#DFD77F'

red 223 ◦ green 215 ◦ blue 127

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

Shades of Wild Rice #DFD77F

Tints of Wild Rice #DFD77F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 38.05%

 BLUE value IS 127 (50% from 255) = 22.48%

R = 39.47%
G = 38.05%
B = 22.48%

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

#DFD77F (or 0xDFD77F) is known color: Wild Rice. HEX triplet: DF, D7 and 7F. RGB value is (223,215,127). Sum of RGB (Red+Green+Blue) = 223+215+127=565 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.47% from 565); Green value is 215 (84.38% from 255 or 38.05% from 565); Blue value is 127 (50% from 255 or 22.48% from 565); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD77F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD77F is #202880. Grayscale: #CFCFCF. Windows color (decimal): -2107521 or 8378335. OLE color: 8378335.

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

Color convert

RGB 223 215 127 -
CMYK 0 0.04 0.43 0.13
HSL 55º 0.6% 0.69% -
HSV(B) 55º 0.43% 0.87% -
XYZ 58.56 65.82 29.7 -
YUV 207.36 82.65 139.16 -
System Red Green Blue C M Y K H S L
Decimal 223 215 127 0 0.04 0.43 0.13 55 0.6 0.69
Hex DF D7 7F 0 4 2B D 37 3C 45
Octal 337 327 177 0 4 53 15 67 74 105
Binary 11011111 11010111 1111111 0 100 101011 1101 110111 111100 1000101

Color Harmonies of #DFD77F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD77F

Black with #DFD77F

Text Example


Text Example

White with #DFD77F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD77F; }

 p { color: rgb(223,215,127); }

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

background-color css

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

 a { background-color: rgb(223,215,127); }

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

border-color css

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

 span { border-color: rgb(223,215,127); }

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