Html Css Color HEX #DBD16E Wild Rice

📋 copy color: '#DBD16E'

red 219 ◦ green 209 ◦ blue 110

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

Shades of Wild Rice #DBD16E

Tints of Wild Rice #DBD16E

RGB

 RED value IS 219 (85.94% from 255) = 40.71%

 GREEN value IS 209 (82.03% from 255) = 38.85%

 BLUE value IS 110 (43.36% from 255) = 20.45%

R = 40.71%
G = 38.85%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DBD16E (or 0xDBD16E) is known color: Wild Rice. HEX triplet: DB, D1 and 6E. RGB value is (219,209,110). Sum of RGB (Red+Green+Blue) = 219+209+110=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 209 (82.03% from 255 or 38.85% from 538); Blue value is 110 (43.36% from 255 or 20.45% from 538); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD16E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD16E is #242E91. Grayscale: #C9C9C9. Windows color (decimal): -2371218 or 7262683. OLE color: 7262683.

HSL color Cylindrical-coordinate representation of color #DBD16E: hue angle of 54.5º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBD16E is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 209 110 -
CMYK 0 0.05 0.50 0.14
HSL 54.5º 0.6% 0.65% -
HSV(B) 54.5º 0.5% 0.86% -
XYZ 54.83 61.79 23.79 -
YUV 200.7 76.81 141.05 -
System Red Green Blue C M Y K H S L
Decimal 219 209 110 0 0.05 0.50 0.14 54.5 0.6 0.65
Hex DB D1 6E 0 5 32 E 36 3C 41
Octal 333 321 156 0 5 62 16 66 74 101
Binary 11011011 11010001 1101110 0 101 110010 1110 110110 111100 1000001

Color Harmonies of #DBD16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD16E

Black with #DBD16E

Text Example


Text Example

White with #DBD16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD16E; }

 p { color: rgb(219,209,110); }

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

background-color css

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

 a { background-color: rgb(219,209,110); }

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

border-color css

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

 span { border-color: rgb(219,209,110); }

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