Html Css Color HEX #DBDC9B Primrose

📋 copy color: '#DBDC9B'

red 219 ◦ green 220 ◦ blue 155

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

Shades of Primrose #DBDC9B

Tints of Primrose #DBDC9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 26.09%

R = 36.87%
G = 37.04%
B = 26.09%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DBDC9B (or 0xDBDC9B) is known color: Primrose. HEX triplet: DB, DC and 9B. RGB value is (219,220,155). Sum of RGB (Red+Green+Blue) = 219+220+155=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 155 (60.94% from 255 or 26.09% from 594); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDC9B is #242364. Grayscale: #D4D4D4. Windows color (decimal): -2368357 or 10214619. OLE color: 10214619.

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

Color convert

RGB 219 220 155 -
CMYK 0.00 0 0.30 0.14
HSL 60.92º 0.48% 0.74% -
HSV(B) 60.92º 0.3% 0.86% -
XYZ 60.72 68.61 41.05 -
YUV 212.29 95.67 132.79 -
System Red Green Blue C M Y K H S L
Decimal 219 220 155 0.00 0 0.30 0.14 60.92 0.48 0.74
Hex DB DC 9B 0 0 1E E 3D 30 4A
Octal 333 334 233 0 0 36 16 75 60 112
Binary 11011011 11011100 10011011 0 0 11110 1110 111101 110000 1001010

Color Harmonies of #DBDC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDC9B

Black with #DBDC9B

Text Example


Text Example

White with #DBDC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDC9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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