Html Css Color HEX #DBD37B Wild Rice

📋 copy color: '#DBD37B'

red 219 ◦ green 211 ◦ blue 123

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

Shades of Wild Rice #DBD37B

Tints of Wild Rice #DBD37B

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.16%

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

R = 39.6%
G = 38.16%
B = 22.24%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DBD37B (or 0xDBD37B) is known color: Wild Rice. HEX triplet: DB, D3 and 7B. RGB value is (219,211,123). Sum of RGB (Red+Green+Blue) = 219+211+123=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 211 (82.81% from 255 or 38.16% from 553); Blue value is 123 (48.44% from 255 or 22.24% from 553); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD37B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD37B is #242C84. Grayscale: #CBCBCB. Windows color (decimal): -2370693 or 8115163. OLE color: 8115163.

HSL color Cylindrical-coordinate representation of color #DBD37B: hue angle of 55º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DBD37B is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 211 123 -
CMYK 0 0.04 0.44 0.14
HSL 55º 0.57% 0.67% -
HSV(B) 55º 0.44% 0.86% -
XYZ 56.08 63.08 27.96 -
YUV 203.36 82.65 139.16 -
System Red Green Blue C M Y K H S L
Decimal 219 211 123 0 0.04 0.44 0.14 55 0.57 0.67
Hex DB D3 7B 0 4 2C E 37 39 43
Octal 333 323 173 0 4 54 16 67 71 103
Binary 11011011 11010011 1111011 0 100 101100 1110 110111 111001 1000011

Color Harmonies of #DBD37B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD37B

Black with #DBD37B

Text Example


Text Example

White with #DBD37B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD37B; }

 p { color: rgb(219,211,123); }

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

background-color css

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

 a { background-color: rgb(219,211,123); }

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

border-color css

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

 span { border-color: rgb(219,211,123); }

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