Html Css Color HEX #DBDA89 Primrose

📋 copy color: '#DBDA89'

red 219 ◦ green 218 ◦ blue 137

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

Shades of Primrose #DBDA89

Tints of Primrose #DBDA89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 23.87%

R = 38.15%
G = 37.98%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DBDA89 (or 0xDBDA89) is known color: Primrose. HEX triplet: DB, DA and 89. RGB value is (219,218,137). Sum of RGB (Red+Green+Blue) = 219+218+137=574 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.15% from 574); Green value is 218 (85.55% from 255 or 37.98% from 574); Blue value is 137 (53.91% from 255 or 23.87% from 574); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDA89 is #242576. Grayscale: #D1D1D1. Windows color (decimal): -2368887 or 9034459. OLE color: 9034459.

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

Color convert

RGB 219 218 137 -
CMYK 0 0.00 0.37 0.14
HSL 59.27º 0.53% 0.7% -
HSV(B) 59.27º 0.37% 0.86% -
XYZ 58.8 67.01 33.5 -
YUV 209.07 87.33 135.09 -
System Red Green Blue C M Y K H S L
Decimal 219 218 137 0 0.00 0.37 0.14 59.27 0.53 0.7
Hex DB DA 89 0 0 25 E 3B 35 46
Octal 333 332 211 0 0 45 16 73 65 106
Binary 11011011 11011010 10001001 0 0 100101 1110 111011 110101 1000110

Color Harmonies of #DBDA89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDA89

Black with #DBDA89

Text Example


Text Example

White with #DBDA89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDA89; }

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

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

background-color css

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

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

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

border-color css

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

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

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