Html Css Color HEX #DED268 Wild Rice

📋 copy color: '#DED268'

red 222 ◦ green 210 ◦ blue 104

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

Shades of Wild Rice #DED268

Tints of Wild Rice #DED268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.4%

R = 41.42%
G = 39.18%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DED268 (or 0xDED268) is known color: Wild Rice. HEX triplet: DE, D2 and 68. RGB value is (222,210,104). Sum of RGB (Red+Green+Blue) = 222+210+104=536 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.42% from 536); Green value is 210 (82.42% from 255 or 39.18% from 536); Blue value is 104 (41.02% from 255 or 19.40% from 536); Max value from RGB is 222 - color contains mainly: red. Hex color #DED268 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED268 is #212D97. Grayscale: #C9C9C9. Windows color (decimal): -2174360 or 6869726. OLE color: 6869726.

HSL color Cylindrical-coordinate representation of color #DED268: hue angle of 53.9º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DED268 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 210 104 -
CMYK 0 0.05 0.53 0.13
HSL 53.9º 0.64% 0.64% -
HSV(B) 53.9º 0.53% 0.87% -
XYZ 55.67 62.62 22.25 -
YUV 201.5 72.98 142.62 -
System Red Green Blue C M Y K H S L
Decimal 222 210 104 0 0.05 0.53 0.13 53.9 0.64 0.64
Hex DE D2 68 0 5 35 D 36 40 40
Octal 336 322 150 0 5 65 15 66 100 100
Binary 11011110 11010010 1101000 0 101 110101 1101 110110 1000000 1000000

Color Harmonies of #DED268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED268

Black with #DED268

Text Example


Text Example

White with #DED268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED268; }

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

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

background-color css

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

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

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

border-color css

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

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

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