Html Css Color HEX #DBD16D Wild Rice

📋 copy color: '#DBD16D'

red 219 ◦ green 209 ◦ blue 109

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

Shades of Wild Rice #DBD16D

Tints of Wild Rice #DBD16D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.3%

R = 40.78%
G = 38.92%
B = 20.3%

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

#DBD16D (or 0xDBD16D) is known color: Wild Rice. HEX triplet: DB, D1 and 6D. RGB value is (219,209,109). Sum of RGB (Red+Green+Blue) = 219+209+109=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 209 (82.03% from 255 or 38.92% from 537); Blue value is 109 (42.97% from 255 or 20.30% from 537); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD16D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD16D is #242E92. Grayscale: #C9C9C9. Windows color (decimal): -2371219 or 7197147. OLE color: 7197147.

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

Color convert

RGB 219 209 109 -
CMYK 0 0.05 0.50 0.14
HSL 54.55º 0.6% 0.64% -
HSV(B) 54.55º 0.5% 0.86% -
XYZ 54.77 61.77 23.5 -
YUV 200.59 76.31 141.13 -
System Red Green Blue C M Y K H S L
Decimal 219 209 109 0 0.05 0.50 0.14 54.55 0.6 0.64
Hex DB D1 6D 0 5 32 E 37 3C 40
Octal 333 321 155 0 5 62 16 67 74 100
Binary 11011011 11010001 1101101 0 101 110010 1110 110111 111100 1000000

Color Harmonies of #DBD16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD16D

Black with #DBD16D

Text Example


Text Example

White with #DBD16D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD16D; }

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

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

background-color css

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

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

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

border-color css

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

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

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