Html Css Color HEX #DED27D Wild Rice

📋 copy color: '#DED27D'

red 222 ◦ green 210 ◦ blue 125

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

Shades of Wild Rice #DED27D

Tints of Wild Rice #DED27D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.7%

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

R = 39.86%
G = 37.7%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DED27D (or 0xDED27D) is known color: Wild Rice. HEX triplet: DE, D2 and 7D. RGB value is (222,210,125). Sum of RGB (Red+Green+Blue) = 222+210+125=557 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.86% from 557); Green value is 210 (82.42% from 255 or 37.70% from 557); Blue value is 125 (49.22% from 255 or 22.44% from 557); Max value from RGB is 222 - color contains mainly: red. Hex color #DED27D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED27D is #212D82. Grayscale: #CCCCCC. Windows color (decimal): -2174339 or 8245982. OLE color: 8245982.

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

Color convert

RGB 222 210 125 -
CMYK 0 0.05 0.44 0.13
HSL 52.58º 0.6% 0.68% -
HSV(B) 52.58º 0.44% 0.87% -
XYZ 56.87 63.1 28.58 -
YUV 203.9 83.48 140.91 -
System Red Green Blue C M Y K H S L
Decimal 222 210 125 0 0.05 0.44 0.13 52.58 0.6 0.68
Hex DE D2 7D 0 5 2C D 35 3C 44
Octal 336 322 175 0 5 54 15 65 74 104
Binary 11011110 11010010 1111101 0 101 101100 1101 110101 111100 1000100

Color Harmonies of #DED27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED27D

Black with #DED27D

Text Example


Text Example

White with #DED27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED27D; }

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

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

background-color css

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

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

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

border-color css

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

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

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