Html Css Color HEX #DBD174 Wild Rice

📋 copy color: '#DBD174'

red 219 ◦ green 209 ◦ blue 116

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

Shades of Wild Rice #DBD174

Tints of Wild Rice #DBD174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.32%

R = 40.26%
G = 38.42%
B = 21.32%

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

#DBD174 (or 0xDBD174) is known color: Wild Rice. HEX triplet: DB, D1 and 74. RGB value is (219,209,116). Sum of RGB (Red+Green+Blue) = 219+209+116=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 209 (82.03% from 255 or 38.42% from 544); Blue value is 116 (45.70% from 255 or 21.32% from 544); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD174 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD174 is #242E8B. Grayscale: #C9C9C9. Windows color (decimal): -2371212 or 7655899. OLE color: 7655899.

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

Color convert

RGB 219 209 116 -
CMYK 0 0.05 0.47 0.14
HSL 54.17º 0.59% 0.66% -
HSV(B) 54.17º 0.47% 0.86% -
XYZ 55.17 61.92 25.57 -
YUV 201.39 79.81 140.56 -
System Red Green Blue C M Y K H S L
Decimal 219 209 116 0 0.05 0.47 0.14 54.17 0.59 0.66
Hex DB D1 74 0 5 2F E 36 3B 42
Octal 333 321 164 0 5 57 16 66 73 102
Binary 11011011 11010001 1110100 0 101 101111 1110 110110 111011 1000010

Color Harmonies of #DBD174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD174

Black with #DBD174

Text Example


Text Example

White with #DBD174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD174; }

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

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

background-color css

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

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

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

border-color css

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

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

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