Html Css Color HEX #DBDC95 Primrose

📋 copy color: '#DBDC95'

red 219 ◦ green 220 ◦ blue 149

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

Shades of Primrose #DBDC95

Tints of Primrose #DBDC95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 25.34%

R = 37.24%
G = 37.41%
B = 25.34%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DBDC95 (or 0xDBDC95) is known color: Primrose. HEX triplet: DB, DC and 95. RGB value is (219,220,149). Sum of RGB (Red+Green+Blue) = 219+220+149=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 220 (86.33% from 255 or 37.41% from 588); Blue value is 149 (58.59% from 255 or 25.34% from 588); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDC95 is #24236A. Grayscale: #D3D3D3. Windows color (decimal): -2368363 or 9821403. OLE color: 9821403.

HSL color Cylindrical-coordinate representation of color #DBDC95: hue angle of 60.85º degrees, saturation: 0.5, 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 #DBDC95 is Cyan = 0.00, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 220 149 -
CMYK 0.00 0 0.32 0.14
HSL 60.85º 0.5% 0.72% -
HSV(B) 60.85º 0.32% 0.86% -
XYZ 60.23 68.42 38.46 -
YUV 211.61 92.67 133.27 -
System Red Green Blue C M Y K H S L
Decimal 219 220 149 0.00 0 0.32 0.14 60.85 0.5 0.72
Hex DB DC 95 0 0 20 E 3D 32 48
Octal 333 334 225 0 0 40 16 75 62 110
Binary 11011011 11011100 10010101 0 0 100000 1110 111101 110010 1001000

Color Harmonies of #DBDC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDC95

Black with #DBDC95

Text Example


Text Example

White with #DBDC95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDC95; }

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

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

background-color css

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

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

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

border-color css

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

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

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