Html Css Color HEX #DED367 Wild Rice

📋 copy color: '#DED367'

red 222 ◦ green 211 ◦ blue 103

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

Shades of Wild Rice #DED367

Tints of Wild Rice #DED367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 19.22%

R = 41.42%
G = 39.37%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DED367 (or 0xDED367) is known color: Wild Rice. HEX triplet: DE, D3 and 67. RGB value is (222,211,103). Sum of RGB (Red+Green+Blue) = 222+211+103=536 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.42% from 536); Green value is 211 (82.81% from 255 or 39.37% from 536); Blue value is 103 (40.62% from 255 or 19.22% from 536); Max value from RGB is 222 - color contains mainly: red. Hex color #DED367 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED367 is #212C98. Grayscale: #CACACA. Windows color (decimal): -2174105 or 6804446. OLE color: 6804446.

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

Color convert

RGB 222 211 103 -
CMYK 0 0.05 0.54 0.13
HSL 54.45º 0.64% 0.64% -
HSV(B) 54.45º 0.54% 0.87% -
XYZ 55.87 63.1 22.07 -
YUV 201.98 72.14 142.28 -
System Red Green Blue C M Y K H S L
Decimal 222 211 103 0 0.05 0.54 0.13 54.45 0.64 0.64
Hex DE D3 67 0 5 36 D 36 40 40
Octal 336 323 147 0 5 66 15 66 100 100
Binary 11011110 11010011 1100111 0 101 110110 1101 110110 1000000 1000000

Color Harmonies of #DED367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED367

Black with #DED367

Text Example


Text Example

White with #DED367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED367; }

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

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

background-color css

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

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

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

border-color css

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

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

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