Html Css Color HEX #DBD37C Wild Rice

📋 copy color: '#DBD37C'

red 219 ◦ green 211 ◦ blue 124

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

Shades of Wild Rice #DBD37C

Tints of Wild Rice #DBD37C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 22.38%

R = 39.53%
G = 38.09%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DBD37C (or 0xDBD37C) is known color: Wild Rice. HEX triplet: DB, D3 and 7C. RGB value is (219,211,124). Sum of RGB (Red+Green+Blue) = 219+211+124=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 211 (82.81% from 255 or 38.09% from 554); Blue value is 124 (48.83% from 255 or 22.38% from 554); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD37C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD37C is #242C83. Grayscale: #CBCBCB. Windows color (decimal): -2370692 or 8180699. OLE color: 8180699.

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

Color convert

RGB 219 211 124 -
CMYK 0 0.04 0.43 0.14
HSL 54.95º 0.57% 0.67% -
HSV(B) 54.95º 0.43% 0.86% -
XYZ 56.15 63.1 28.29 -
YUV 203.47 83.15 139.07 -
System Red Green Blue C M Y K H S L
Decimal 219 211 124 0 0.04 0.43 0.14 54.95 0.57 0.67
Hex DB D3 7C 0 4 2B E 37 39 43
Octal 333 323 174 0 4 53 16 67 71 103
Binary 11011011 11010011 1111100 0 100 101011 1110 110111 111001 1000011

Color Harmonies of #DBD37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD37C

Black with #DBD37C

Text Example


Text Example

White with #DBD37C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD37C; }

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

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

background-color css

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

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

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

border-color css

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

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

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