Html Css Color HEX #DBDA96 Primrose

📋 copy color: '#DBDA96'

red 219 ◦ green 218 ◦ blue 150

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

Shades of Primrose #DBDA96

Tints of Primrose #DBDA96

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.14%

 BLUE value IS 150 (58.98% from 255) = 25.55%

R = 37.31%
G = 37.14%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DBDA96 (or 0xDBDA96) is known color: Primrose. HEX triplet: DB, DA and 96. RGB value is (219,218,150). Sum of RGB (Red+Green+Blue) = 219+218+150=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 218 (85.55% from 255 or 37.14% from 587); Blue value is 150 (58.98% from 255 or 25.55% from 587); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDA96 is #242569. Grayscale: #D2D2D2. Windows color (decimal): -2368874 or 9886427. OLE color: 9886427.

HSL color Cylindrical-coordinate representation of color #DBDA96: hue angle of 59.13º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBDA96 is Cyan = 0, Magento = 0.00, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 218 150 -
CMYK 0 0.00 0.32 0.14
HSL 59.13º 0.49% 0.72% -
HSV(B) 59.13º 0.32% 0.86% -
XYZ 59.79 67.4 38.71 -
YUV 210.55 93.83 134.03 -
System Red Green Blue C M Y K H S L
Decimal 219 218 150 0 0.00 0.32 0.14 59.13 0.49 0.72
Hex DB DA 96 0 0 20 E 3B 31 48
Octal 333 332 226 0 0 40 16 73 61 110
Binary 11011011 11011010 10010110 0 0 100000 1110 111011 110001 1001000

Color Harmonies of #DBDA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDA96

Black with #DBDA96

Text Example


Text Example

White with #DBDA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDA96; }

 p { color: rgb(219,218,150); }

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

background-color css

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

 a { background-color: rgb(219,218,150); }

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

border-color css

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

 span { border-color: rgb(219,218,150); }

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