Html Css Color HEX #DFD277 Wild Rice

📋 copy color: '#DFD277'

red 223 ◦ green 210 ◦ blue 119

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

Shades of Wild Rice #DFD277

Tints of Wild Rice #DFD277

RGB

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

 GREEN value IS 210 (82.42% from 255) = 38.04%

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

R = 40.4%
G = 38.04%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DFD277 (or 0xDFD277) is known color: Wild Rice. HEX triplet: DF, D2 and 77. RGB value is (223,210,119). Sum of RGB (Red+Green+Blue) = 223+210+119=552 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.40% from 552); Green value is 210 (82.42% from 255 or 38.04% from 552); Blue value is 119 (46.88% from 255 or 21.56% from 552); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD277 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD277 is #202D88. Grayscale: #CBCBCB. Windows color (decimal): -2108809 or 7852767. OLE color: 7852767.

HSL color Cylindrical-coordinate representation of color #DFD277: hue angle of 52.5º 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 #DFD277 is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 210 119 -
CMYK 0 0.06 0.47 0.13
HSL 52.5º 0.62% 0.67% -
HSV(B) 52.5º 0.47% 0.87% -
XYZ 56.81 63.11 26.64 -
YUV 203.51 80.31 141.9 -
System Red Green Blue C M Y K H S L
Decimal 223 210 119 0 0.06 0.47 0.13 52.5 0.62 0.67
Hex DF D2 77 0 6 2F D 34 3E 43
Octal 337 322 167 0 6 57 15 64 76 103
Binary 11011111 11010010 1110111 0 110 101111 1101 110100 111110 1000011

Color Harmonies of #DFD277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD277

Black with #DFD277

Text Example


Text Example

White with #DFD277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD277; }

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

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

background-color css

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

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

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

border-color css

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

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

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