Html Css Color HEX #DBD37D Wild Rice

📋 copy color: '#DBD37D'

red 219 ◦ green 211 ◦ blue 125

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

Shades of Wild Rice #DBD37D

Tints of Wild Rice #DBD37D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 22.52%

R = 39.46%
G = 38.02%
B = 22.52%

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

#DBD37D (or 0xDBD37D) is known color: Wild Rice. HEX triplet: DB, D3 and 7D. RGB value is (219,211,125). Sum of RGB (Red+Green+Blue) = 219+211+125=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 211 (82.81% from 255 or 38.02% from 555); Blue value is 125 (49.22% from 255 or 22.52% from 555); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD37D is #242C82. Grayscale: #CBCBCB. Windows color (decimal): -2370691 or 8246235. OLE color: 8246235.

HSL color Cylindrical-coordinate representation of color #DBD37D: hue angle of 54.89º 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 #DBD37D is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 211 125 -
CMYK 0 0.04 0.43 0.14
HSL 54.89º 0.57% 0.67% -
HSV(B) 54.89º 0.43% 0.86% -
XYZ 56.21 63.13 28.62 -
YUV 203.59 83.65 138.99 -
System Red Green Blue C M Y K H S L
Decimal 219 211 125 0 0.04 0.43 0.14 54.89 0.57 0.67
Hex DB D3 7D 0 4 2B E 37 39 43
Octal 333 323 175 0 4 53 16 67 71 103
Binary 11011011 11010011 1111101 0 100 101011 1110 110111 111001 1000011

Color Harmonies of #DBD37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD37D

Black with #DBD37D

Text Example


Text Example

White with #DBD37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD37D; }

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

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

background-color css

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

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

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

border-color css

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

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

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