Html Css Color HEX #DED57B Wild Rice

📋 copy color: '#DED57B'

red 222 ◦ green 213 ◦ blue 123

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

Shades of Wild Rice #DED57B

Tints of Wild Rice #DED57B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 22.04%

R = 39.78%
G = 38.17%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DED57B (or 0xDED57B) is known color: Wild Rice. HEX triplet: DE, D5 and 7B. RGB value is (222,213,123). Sum of RGB (Red+Green+Blue) = 222+213+123=558 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.78% from 558); Green value is 213 (83.59% from 255 or 38.17% from 558); Blue value is 123 (48.44% from 255 or 22.04% from 558); Max value from RGB is 222 - color contains mainly: red. Hex color #DED57B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED57B is #212A84. Grayscale: #CDCDCD. Windows color (decimal): -2173573 or 8115678. OLE color: 8115678.

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

Color convert

RGB 222 213 123 -
CMYK 0 0.04 0.45 0.13
HSL 54.55º 0.6% 0.68% -
HSV(B) 54.55º 0.45% 0.87% -
XYZ 57.49 64.55 28.17 -
YUV 205.43 81.48 139.82 -
System Red Green Blue C M Y K H S L
Decimal 222 213 123 0 0.04 0.45 0.13 54.55 0.6 0.68
Hex DE D5 7B 0 4 2D D 37 3C 44
Octal 336 325 173 0 4 55 15 67 74 104
Binary 11011110 11010101 1111011 0 100 101101 1101 110111 111100 1000100

Color Harmonies of #DED57B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED57B

Black with #DED57B

Text Example


Text Example

White with #DED57B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED57B; }

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

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

background-color css

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

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

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

border-color css

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

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

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