Html Css Color HEX #DBDD9C Primrose

📋 copy color: '#DBDD9C'

red 219 ◦ green 221 ◦ blue 156

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

Shades of Primrose #DBDD9C

Tints of Primrose #DBDD9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 26.17%

R = 36.74%
G = 37.08%
B = 26.17%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DBDD9C (or 0xDBDD9C) is known color: Primrose. HEX triplet: DB, DD and 9C. RGB value is (219,221,156). Sum of RGB (Red+Green+Blue) = 219+221+156=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 221 (86.72% from 255 or 37.08% from 596); Blue value is 156 (61.33% from 255 or 26.17% from 596); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDD9C is #242263. Grayscale: #D5D5D5. Windows color (decimal): -2368100 or 10280411. OLE color: 10280411.

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

Color convert

RGB 219 221 156 -
CMYK 0.01 0 0.29 0.13
HSL 61.85º 0.49% 0.74% -
HSV(B) 61.85º 0.29% 0.87% -
XYZ 61.07 69.17 41.59 -
YUV 212.99 95.84 132.29 -
System Red Green Blue C M Y K H S L
Decimal 219 221 156 0.01 0 0.29 0.13 61.85 0.49 0.74
Hex DB DD 9C 1 0 1D D 3E 31 4A
Octal 333 335 234 1 0 35 15 76 61 112
Binary 11011011 11011101 10011100 1 0 11101 1101 111110 110001 1001010

Color Harmonies of #DBDD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDD9C

Black with #DBDD9C

Text Example


Text Example

White with #DBDD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDD9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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