Html Css Color HEX #DBD47E Wild Rice

📋 copy color: '#DBD47E'

red 219 ◦ green 212 ◦ blue 126

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

Shades of Wild Rice #DBD47E

Tints of Wild Rice #DBD47E

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.06%

 BLUE value IS 126 (49.61% from 255) = 22.62%

R = 39.32%
G = 38.06%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DBD47E (or 0xDBD47E) is known color: Wild Rice. HEX triplet: DB, D4 and 7E. RGB value is (219,212,126). Sum of RGB (Red+Green+Blue) = 219+212+126=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 212 (83.20% from 255 or 38.06% from 557); Blue value is 126 (49.61% from 255 or 22.62% from 557); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD47E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD47E is #242B81. Grayscale: #CCCCCC. Windows color (decimal): -2370434 or 8312027. OLE color: 8312027.

HSL color Cylindrical-coordinate representation of color #DBD47E: hue angle of 55.48º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DBD47E is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 212 126 -
CMYK 0 0.03 0.42 0.14
HSL 55.48º 0.56% 0.68% -
HSV(B) 55.48º 0.42% 0.86% -
XYZ 56.52 63.65 29.05 -
YUV 204.29 83.82 138.49 -
System Red Green Blue C M Y K H S L
Decimal 219 212 126 0 0.03 0.42 0.14 55.48 0.56 0.68
Hex DB D4 7E 0 3 2A E 37 38 44
Octal 333 324 176 0 3 52 16 67 70 104
Binary 11011011 11010100 1111110 0 11 101010 1110 110111 111000 1000100

Color Harmonies of #DBD47E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD47E

Black with #DBD47E

Text Example


Text Example

White with #DBD47E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD47E; }

 p { color: rgb(219,212,126); }

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

background-color css

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

 a { background-color: rgb(219,212,126); }

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

border-color css

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

 span { border-color: rgb(219,212,126); }

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