Html Css Color HEX #DBDA9A Primrose

📋 copy color: '#DBDA9A'

red 219 ◦ green 218 ◦ blue 154

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

Shades of Primrose #DBDA9A

Tints of Primrose #DBDA9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 26.06%

R = 37.06%
G = 36.89%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DBDA9A (or 0xDBDA9A) is known color: Primrose. HEX triplet: DB, DA and 9A. RGB value is (219,218,154). Sum of RGB (Red+Green+Blue) = 219+218+154=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 218 (85.55% from 255 or 36.89% from 591); Blue value is 154 (60.55% from 255 or 26.06% from 591); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDA9A is #242565. Grayscale: #D3D3D3. Windows color (decimal): -2368870 or 10148571. OLE color: 10148571.

HSL color Cylindrical-coordinate representation of color #DBDA9A: hue angle of 59.08º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBDA9A is Cyan = 0, Magento = 0.00, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 218 154 -
CMYK 0 0.00 0.30 0.14
HSL 59.08º 0.47% 0.73% -
HSV(B) 59.08º 0.3% 0.86% -
XYZ 60.12 67.54 40.44 -
YUV 211 95.83 133.7 -
System Red Green Blue C M Y K H S L
Decimal 219 218 154 0 0.00 0.30 0.14 59.08 0.47 0.73
Hex DB DA 9A 0 0 1E E 3B 2F 49
Octal 333 332 232 0 0 36 16 73 57 111
Binary 11011011 11011010 10011010 0 0 11110 1110 111011 101111 1001001

Color Harmonies of #DBDA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDA9A

Black with #DBDA9A

Text Example


Text Example

White with #DBDA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDA9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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