Html Css Color HEX #DBDC9C Primrose

📋 copy color: '#DBDC9C'

red 219 ◦ green 220 ◦ blue 156

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

Shades of Primrose #DBDC9C

Tints of Primrose #DBDC9C

RGB

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

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

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

R = 36.81%
G = 36.97%
B = 26.22%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DBDC9C (or 0xDBDC9C) is known color: Primrose. HEX triplet: DB, DC and 9C. RGB value is (219,220,156). Sum of RGB (Red+Green+Blue) = 219+220+156=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 156 (61.33% from 255 or 26.22% from 595); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDC9C is #242363. Grayscale: #D4D4D4. Windows color (decimal): -2368356 or 10280155. OLE color: 10280155.

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

Color convert

RGB 219 220 156 -
CMYK 0.00 0 0.29 0.14
HSL 60.94º 0.48% 0.74% -
HSV(B) 60.94º 0.29% 0.86% -
XYZ 60.81 68.65 41.5 -
YUV 212.41 96.17 132.7 -
System Red Green Blue C M Y K H S L
Decimal 219 220 156 0.00 0 0.29 0.14 60.94 0.48 0.74
Hex DB DC 9C 0 0 1D E 3D 30 4A
Octal 333 334 234 0 0 35 16 75 60 112
Binary 11011011 11011100 10011100 0 0 11101 1110 111101 110000 1001010

Color Harmonies of #DBDC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDC9C

Black with #DBDC9C

Text Example


Text Example

White with #DBDC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDC9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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