Html Css Color HEX #DED77D Wild Rice

📋 copy color: '#DED77D'

red 222 ◦ green 215 ◦ blue 125

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

Shades of Wild Rice #DED77D

Tints of Wild Rice #DED77D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 22.24%

R = 39.5%
G = 38.26%
B = 22.24%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DED77D (or 0xDED77D) is known color: Wild Rice. HEX triplet: DE, D7 and 7D. RGB value is (222,215,125). Sum of RGB (Red+Green+Blue) = 222+215+125=562 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.50% from 562); Green value is 215 (84.38% from 255 or 38.26% from 562); Blue value is 125 (49.22% from 255 or 22.24% from 562); Max value from RGB is 222 - color contains mainly: red. Hex color #DED77D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED77D is #212882. Grayscale: #CFCFCF. Windows color (decimal): -2173059 or 8247262. OLE color: 8247262.

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

Color convert

RGB 222 215 125 -
CMYK 0 0.03 0.44 0.13
HSL 55.67º 0.6% 0.68% -
HSV(B) 55.67º 0.44% 0.87% -
XYZ 58.13 65.61 29 -
YUV 206.83 81.82 138.82 -
System Red Green Blue C M Y K H S L
Decimal 222 215 125 0 0.03 0.44 0.13 55.67 0.6 0.68
Hex DE D7 7D 0 3 2C D 38 3C 44
Octal 336 327 175 0 3 54 15 70 74 104
Binary 11011110 11010111 1111101 0 11 101100 1101 111000 111100 1000100

Color Harmonies of #DED77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED77D

Black with #DED77D

Text Example


Text Example

White with #DED77D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED77D; }

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

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

background-color css

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

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

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

border-color css

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

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

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