Html Css Color HEX #DBDD89 Primrose

📋 copy color: '#DBDD89'

red 219 ◦ green 221 ◦ blue 137

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

Shades of Primrose #DBDD89

Tints of Primrose #DBDD89

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.3%

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

R = 37.95%
G = 38.3%
B = 23.74%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DBDD89 (or 0xDBDD89) is known color: Primrose. HEX triplet: DB, DD and 89. RGB value is (219,221,137). Sum of RGB (Red+Green+Blue) = 219+221+137=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 221 (86.72% from 255 or 38.30% from 577); Blue value is 137 (53.91% from 255 or 23.74% from 577); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDD89 is #242276. Grayscale: #D3D3D3. Windows color (decimal): -2368119 or 9035227. OLE color: 9035227.

HSL color Cylindrical-coordinate representation of color #DBDD89: hue angle of 61.43º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DBDD89 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 221 137 -
CMYK 0.01 0 0.38 0.13
HSL 61.43º 0.55% 0.7% -
HSV(B) 61.43º 0.38% 0.87% -
XYZ 59.59 68.58 33.76 -
YUV 210.83 86.34 133.83 -
System Red Green Blue C M Y K H S L
Decimal 219 221 137 0.01 0 0.38 0.13 61.43 0.55 0.7
Hex DB DD 89 1 0 26 D 3D 37 46
Octal 333 335 211 1 0 46 15 75 67 106
Binary 11011011 11011101 10001001 1 0 100110 1101 111101 110111 1000110

Color Harmonies of #DBDD89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDD89

Black with #DBDD89

Text Example


Text Example

White with #DBDD89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDD89; }

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

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

background-color css

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

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

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

border-color css

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

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

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