Html Css Color HEX #DED67B Wild Rice

📋 copy color: '#DED67B'

red 222 ◦ green 214 ◦ blue 123

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

Shades of Wild Rice #DED67B

Tints of Wild Rice #DED67B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.28%

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

R = 39.71%
G = 38.28%
B = 22%

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

#DED67B (or 0xDED67B) is known color: Wild Rice. HEX triplet: DE, D6 and 7B. RGB value is (222,214,123). Sum of RGB (Red+Green+Blue) = 222+214+123=559 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.71% from 559); Green value is 214 (83.98% from 255 or 38.28% from 559); Blue value is 123 (48.44% from 255 or 22.00% from 559); Max value from RGB is 222 - color contains mainly: red. Hex color #DED67B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED67B is #212984. Grayscale: #CECECE. Windows color (decimal): -2173317 or 8115934. OLE color: 8115934.

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

Color convert

RGB 222 214 123 -
CMYK 0 0.04 0.45 0.13
HSL 55.15º 0.6% 0.68% -
HSV(B) 55.15º 0.45% 0.87% -
XYZ 57.75 65.05 28.25 -
YUV 206.02 81.15 139.4 -
System Red Green Blue C M Y K H S L
Decimal 222 214 123 0 0.04 0.45 0.13 55.15 0.6 0.68
Hex DE D6 7B 0 4 2D D 37 3C 44
Octal 336 326 173 0 4 55 15 67 74 104
Binary 11011110 11010110 1111011 0 100 101101 1101 110111 111100 1000100

Color Harmonies of #DED67B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED67B

Black with #DED67B

Text Example


Text Example

White with #DED67B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED67B; }

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

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

background-color css

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

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

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

border-color css

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

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

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