Html Css Color HEX #DBDC89 Primrose

📋 copy color: '#DBDC89'

red 219 ◦ green 220 ◦ blue 137

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

Shades of Primrose #DBDC89

Tints of Primrose #DBDC89

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.19%

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

R = 38.02%
G = 38.19%
B = 23.78%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DBDC89 (or 0xDBDC89) is known color: Primrose. HEX triplet: DB, DC and 89. RGB value is (219,220,137). Sum of RGB (Red+Green+Blue) = 219+220+137=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 220 (86.33% from 255 or 38.19% from 576); Blue value is 137 (53.91% from 255 or 23.78% from 576); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDC89 is #242376. Grayscale: #D2D2D2. Windows color (decimal): -2368375 or 9034971. OLE color: 9034971.

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

Color convert

RGB 219 220 137 -
CMYK 0.00 0 0.38 0.14
HSL 60.72º 0.54% 0.7% -
HSV(B) 60.72º 0.38% 0.86% -
XYZ 59.32 68.05 33.68 -
YUV 210.24 86.67 134.25 -
System Red Green Blue C M Y K H S L
Decimal 219 220 137 0.00 0 0.38 0.14 60.72 0.54 0.7
Hex DB DC 89 0 0 26 E 3D 36 46
Octal 333 334 211 0 0 46 16 75 66 106
Binary 11011011 11011100 10001001 0 0 100110 1110 111101 110110 1000110

Color Harmonies of #DBDC89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDC89

Black with #DBDC89

Text Example


Text Example

White with #DBDC89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDC89; }

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

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

background-color css

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

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

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

border-color css

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

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

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