Html Css Color HEX #DED77F Wild Rice

📋 copy color: '#DED77F'

red 222 ◦ green 215 ◦ blue 127

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

Shades of Wild Rice #DED77F

Tints of Wild Rice #DED77F

RGB

 RED value IS 222 (87.11% from 255) = 39.36%

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

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

R = 39.36%
G = 38.12%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DED77F (or 0xDED77F) is known color: Wild Rice. HEX triplet: DE, D7 and 7F. RGB value is (222,215,127). Sum of RGB (Red+Green+Blue) = 222+215+127=564 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.36% from 564); Green value is 215 (84.38% from 255 or 38.12% from 564); Blue value is 127 (50% from 255 or 22.52% from 564); Max value from RGB is 222 - color contains mainly: red. Hex color #DED77F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED77F is #212880. Grayscale: #CFCFCF. Windows color (decimal): -2173057 or 8378334. OLE color: 8378334.

HSL color Cylindrical-coordinate representation of color #DED77F: hue angle of 55.58º degrees, saturation: 0.59, 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 #DED77F is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 215 127 -
CMYK 0 0.03 0.43 0.13
HSL 55.58º 0.59% 0.68% -
HSV(B) 55.58º 0.43% 0.87% -
XYZ 58.26 65.66 29.68 -
YUV 207.06 82.82 138.66 -
System Red Green Blue C M Y K H S L
Decimal 222 215 127 0 0.03 0.43 0.13 55.58 0.59 0.68
Hex DE D7 7F 0 3 2B D 38 3B 44
Octal 336 327 177 0 3 53 15 70 73 104
Binary 11011110 11010111 1111111 0 11 101011 1101 111000 111011 1000100

Color Harmonies of #DED77F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED77F

Black with #DED77F

Text Example


Text Example

White with #DED77F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED77F; }

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

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

background-color css

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

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

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

border-color css

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

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

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