Html Css Color HEX #DED369 Wild Rice

📋 copy color: '#DED369'

red 222 ◦ green 211 ◦ blue 105

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

Shades of Wild Rice #DED369

Tints of Wild Rice #DED369

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.22%

 BLUE value IS 105 (41.41% from 255) = 19.52%

R = 41.26%
G = 39.22%
B = 19.52%

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

#DED369 (or 0xDED369) is known color: Wild Rice. HEX triplet: DE, D3 and 69. RGB value is (222,211,105). Sum of RGB (Red+Green+Blue) = 222+211+105=538 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.26% from 538); Green value is 211 (82.81% from 255 or 39.22% from 538); Blue value is 105 (41.41% from 255 or 19.52% from 538); Max value from RGB is 222 - color contains mainly: red. Hex color #DED369 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED369 is #212C96. Grayscale: #CACACA. Windows color (decimal): -2174103 or 6935518. OLE color: 6935518.

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

Color convert

RGB 222 211 105 -
CMYK 0 0.05 0.53 0.13
HSL 54.36º 0.64% 0.64% -
HSV(B) 54.36º 0.53% 0.87% -
XYZ 55.97 63.14 22.6 -
YUV 202.21 73.14 142.12 -
System Red Green Blue C M Y K H S L
Decimal 222 211 105 0 0.05 0.53 0.13 54.36 0.64 0.64
Hex DE D3 69 0 5 35 D 36 40 40
Octal 336 323 151 0 5 65 15 66 100 100
Binary 11011110 11010011 1101001 0 101 110101 1101 110110 1000000 1000000

Color Harmonies of #DED369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED369

Black with #DED369

Text Example


Text Example

White with #DED369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED369; }

 p { color: rgb(222,211,105); }

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

background-color css

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

 a { background-color: rgb(222,211,105); }

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

border-color css

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

 span { border-color: rgb(222,211,105); }

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