Html Css Color HEX #DBDD91 Primrose

📋 copy color: '#DBDD91'

red 219 ◦ green 221 ◦ blue 145

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

Shades of Primrose #DBDD91

Tints of Primrose #DBDD91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 24.79%

R = 37.44%
G = 37.78%
B = 24.79%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DBDD91 (or 0xDBDD91) is known color: Primrose. HEX triplet: DB, DD and 91. RGB value is (219,221,145). Sum of RGB (Red+Green+Blue) = 219+221+145=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 221 (86.72% from 255 or 37.78% from 585); Blue value is 145 (57.03% from 255 or 24.79% from 585); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDD91 is #24226E. Grayscale: #D4D4D4. Windows color (decimal): -2368111 or 9559515. OLE color: 9559515.

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

Color convert

RGB 219 221 145 -
CMYK 0.01 0 0.34 0.13
HSL 61.58º 0.53% 0.72% -
HSV(B) 61.58º 0.34% 0.87% -
XYZ 60.18 68.82 36.9 -
YUV 211.74 90.34 133.18 -
System Red Green Blue C M Y K H S L
Decimal 219 221 145 0.01 0 0.34 0.13 61.58 0.53 0.72
Hex DB DD 91 1 0 22 D 3E 35 48
Octal 333 335 221 1 0 42 15 76 65 110
Binary 11011011 11011101 10010001 1 0 100010 1101 111110 110101 1001000

Color Harmonies of #DBDD91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDD91

Black with #DBDD91

Text Example


Text Example

White with #DBDD91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDD91; }

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

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

background-color css

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

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

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

border-color css

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

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

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