Html Css Color HEX #DBDD9B Primrose

📋 copy color: '#DBDD9B'

red 219 ◦ green 221 ◦ blue 155

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

Shades of Primrose #DBDD9B

Tints of Primrose #DBDD9B

RGB

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

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

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

R = 36.81%
G = 37.14%
B = 26.05%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DBDD9B (or 0xDBDD9B) is known color: Primrose. HEX triplet: DB, DD and 9B. RGB value is (219,221,155). Sum of RGB (Red+Green+Blue) = 219+221+155=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 155 (60.94% from 255 or 26.05% from 595); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDD9B is #242264. Grayscale: #D5D5D5. Windows color (decimal): -2368101 or 10214875. OLE color: 10214875.

HSL color Cylindrical-coordinate representation of color #DBDD9B: hue angle of 61.82º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBDD9B is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 221 155 -
CMYK 0.01 0 0.30 0.13
HSL 61.82º 0.49% 0.74% -
HSV(B) 61.82º 0.3% 0.87% -
XYZ 60.99 69.14 41.14 -
YUV 212.88 95.34 132.37 -
System Red Green Blue C M Y K H S L
Decimal 219 221 155 0.01 0 0.30 0.13 61.82 0.49 0.74
Hex DB DD 9B 1 0 1E D 3E 31 4A
Octal 333 335 233 1 0 36 15 76 61 112
Binary 11011011 11011101 10011011 1 0 11110 1101 111110 110001 1001010

Color Harmonies of #DBDD9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDD9B

Black with #DBDD9B

Text Example


Text Example

White with #DBDD9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDD9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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