Html Css Color HEX #DBD173 Wild Rice

📋 copy color: '#DBD173'

red 219 ◦ green 209 ◦ blue 115

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

Shades of Wild Rice #DBD173

Tints of Wild Rice #DBD173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.18%

R = 40.33%
G = 38.49%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DBD173 (or 0xDBD173) is known color: Wild Rice. HEX triplet: DB, D1 and 73. RGB value is (219,209,115). Sum of RGB (Red+Green+Blue) = 219+209+115=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 209 (82.03% from 255 or 38.49% from 543); Blue value is 115 (45.31% from 255 or 21.18% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD173 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD173 is #242E8C. Grayscale: #C9C9C9. Windows color (decimal): -2371213 or 7590363. OLE color: 7590363.

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

Color convert

RGB 219 209 115 -
CMYK 0 0.05 0.47 0.14
HSL 54.23º 0.59% 0.65% -
HSV(B) 54.23º 0.47% 0.86% -
XYZ 55.11 61.9 25.26 -
YUV 201.27 79.31 140.64 -
System Red Green Blue C M Y K H S L
Decimal 219 209 115 0 0.05 0.47 0.14 54.23 0.59 0.65
Hex DB D1 73 0 5 2F E 36 3B 41
Octal 333 321 163 0 5 57 16 66 73 101
Binary 11011011 11010001 1110011 0 101 101111 1110 110110 111011 1000001

Color Harmonies of #DBD173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD173

Black with #DBD173

Text Example


Text Example

White with #DBD173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD173; }

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

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

background-color css

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

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

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

border-color css

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

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

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