Html Css Color HEX #DFD077 Wild Rice

📋 copy color: '#DFD077'

red 223 ◦ green 208 ◦ blue 119

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

Shades of Wild Rice #DFD077

Tints of Wild Rice #DFD077

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.82%

 BLUE value IS 119 (46.88% from 255) = 21.64%

R = 40.55%
G = 37.82%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DFD077 (or 0xDFD077) is known color: Wild Rice. HEX triplet: DF, D0 and 77. RGB value is (223,208,119). Sum of RGB (Red+Green+Blue) = 223+208+119=550 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.55% from 550); Green value is 208 (81.64% from 255 or 37.82% from 550); Blue value is 119 (46.88% from 255 or 21.64% from 550); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD077 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD077 is #202F88. Grayscale: #CACACA. Windows color (decimal): -2109321 or 7852255. OLE color: 7852255.

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

Color convert

RGB 223 208 119 -
CMYK 0 0.07 0.47 0.13
HSL 51.35º 0.62% 0.67% -
HSV(B) 51.35º 0.47% 0.87% -
XYZ 56.32 62.13 26.48 -
YUV 202.34 80.97 142.74 -
System Red Green Blue C M Y K H S L
Decimal 223 208 119 0 0.07 0.47 0.13 51.35 0.62 0.67
Hex DF D0 77 0 7 2F D 33 3E 43
Octal 337 320 167 0 7 57 15 63 76 103
Binary 11011111 11010000 1110111 0 111 101111 1101 110011 111110 1000011

Color Harmonies of #DFD077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD077

Black with #DFD077

Text Example


Text Example

White with #DFD077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD077; }

 p { color: rgb(223,208,119); }

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

background-color css

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

 a { background-color: rgb(223,208,119); }

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

border-color css

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

 span { border-color: rgb(223,208,119); }

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