Html Css Color HEX #DED77E Wild Rice

📋 copy color: '#DED77E'

red 222 ◦ green 215 ◦ blue 126

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

Shades of Wild Rice #DED77E

Tints of Wild Rice #DED77E

RGB

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

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

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

R = 39.43%
G = 38.19%
B = 22.38%

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

#DED77E (or 0xDED77E) is known color: Wild Rice. HEX triplet: DE, D7 and 7E. RGB value is (222,215,126). Sum of RGB (Red+Green+Blue) = 222+215+126=563 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.43% from 563); Green value is 215 (84.38% from 255 or 38.19% from 563); Blue value is 126 (49.61% from 255 or 22.38% from 563); Max value from RGB is 222 - color contains mainly: red. Hex color #DED77E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED77E is #212881. Grayscale: #CFCFCF. Windows color (decimal): -2173058 or 8312798. OLE color: 8312798.

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

Color convert

RGB 222 215 126 -
CMYK 0 0.03 0.43 0.13
HSL 55.63º 0.59% 0.68% -
HSV(B) 55.63º 0.43% 0.87% -
XYZ 58.19 65.64 29.34 -
YUV 206.95 82.32 138.74 -
System Red Green Blue C M Y K H S L
Decimal 222 215 126 0 0.03 0.43 0.13 55.63 0.59 0.68
Hex DE D7 7E 0 3 2B D 38 3B 44
Octal 336 327 176 0 3 53 15 70 73 104
Binary 11011110 11010111 1111110 0 11 101011 1101 111000 111011 1000100

Color Harmonies of #DED77E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED77E

Black with #DED77E

Text Example


Text Example

White with #DED77E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED77E; }

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

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

background-color css

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

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

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

border-color css

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

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

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