Html Css Color HEX #DBDC93 Primrose

📋 copy color: '#DBDC93'

red 219 ◦ green 220 ◦ blue 147

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

Shades of Primrose #DBDC93

Tints of Primrose #DBDC93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 25.09%

R = 37.37%
G = 37.54%
B = 25.09%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DBDC93 (or 0xDBDC93) is known color: Primrose. HEX triplet: DB, DC and 93. RGB value is (219,220,147). Sum of RGB (Red+Green+Blue) = 219+220+147=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 147 (57.81% from 255 or 25.09% from 586); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDC93 is #24236C. Grayscale: #D3D3D3. Windows color (decimal): -2368365 or 9690331. OLE color: 9690331.

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

Color convert

RGB 219 220 147 -
CMYK 0.00 0 0.33 0.14
HSL 60.82º 0.51% 0.72% -
HSV(B) 60.82º 0.33% 0.86% -
XYZ 60.07 68.35 37.63 -
YUV 211.38 91.67 133.44 -
System Red Green Blue C M Y K H S L
Decimal 219 220 147 0.00 0 0.33 0.14 60.82 0.51 0.72
Hex DB DC 93 0 0 21 E 3D 33 48
Octal 333 334 223 0 0 41 16 75 63 110
Binary 11011011 11011100 10010011 0 0 100001 1110 111101 110011 1001000

Color Harmonies of #DBDC93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDC93

Black with #DBDC93

Text Example


Text Example

White with #DBDC93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDC93; }

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

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

background-color css

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

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

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

border-color css

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

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

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