Html Css Color HEX #DED57E Wild Rice

📋 copy color: '#DED57E'

red 222 ◦ green 213 ◦ blue 126

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

Shades of Wild Rice #DED57E

Tints of Wild Rice #DED57E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.97%

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

R = 39.57%
G = 37.97%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DED57E (or 0xDED57E) is known color: Wild Rice. HEX triplet: DE, D5 and 7E. RGB value is (222,213,126). Sum of RGB (Red+Green+Blue) = 222+213+126=561 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.57% from 561); Green value is 213 (83.59% from 255 or 37.97% from 561); Blue value is 126 (49.61% from 255 or 22.46% from 561); Max value from RGB is 222 - color contains mainly: red. Hex color #DED57E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED57E is #212A81. Grayscale: #CECECE. Windows color (decimal): -2173570 or 8312286. OLE color: 8312286.

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

Color convert

RGB 222 213 126 -
CMYK 0 0.04 0.43 0.13
HSL 54.38º 0.59% 0.68% -
HSV(B) 54.38º 0.43% 0.87% -
XYZ 57.68 64.62 29.17 -
YUV 205.77 82.98 139.57 -
System Red Green Blue C M Y K H S L
Decimal 222 213 126 0 0.04 0.43 0.13 54.38 0.59 0.68
Hex DE D5 7E 0 4 2B D 36 3B 44
Octal 336 325 176 0 4 53 15 66 73 104
Binary 11011110 11010101 1111110 0 100 101011 1101 110110 111011 1000100

Color Harmonies of #DED57E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED57E

Black with #DED57E

Text Example


Text Example

White with #DED57E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED57E; }

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

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

background-color css

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

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

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

border-color css

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

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

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