Html Css Color HEX #DBDB93 Primrose

📋 copy color: '#DBDB93'

red 219 ◦ green 219 ◦ blue 147

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

Shades of Primrose #DBDB93

Tints of Primrose #DBDB93

RGB

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

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

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

R = 37.44%
G = 37.44%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DBDB93 (or 0xDBDB93) is known color: Primrose. HEX triplet: DB, DB and 93. RGB value is (219,219,147). Sum of RGB (Red+Green+Blue) = 219+219+147=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 219 (85.94% from 255 or 37.44% from 585); Blue value is 147 (57.81% from 255 or 25.13% from 585); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDB93 is #24246C. Grayscale: #D3D3D3. Windows color (decimal): -2368621 or 9690075. OLE color: 9690075.

HSL color Cylindrical-coordinate representation of color #DBDB93: hue angle of 60º degrees, saturation: 0.5, 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 #DBDB93 is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 219 147 -
CMYK 0 0 0.33 0.14
HSL 60º 0.5% 0.72% -
HSV(B) 60º 0.33% 0.86% -
XYZ 59.81 67.83 37.54 -
YUV 210.79 92 133.85 -
System Red Green Blue C M Y K H S L
Decimal 219 219 147 0 0 0.33 0.14 60 0.5 0.72
Hex DB DB 93 0 0 21 E 3C 32 48
Octal 333 333 223 0 0 41 16 74 62 110
Binary 11011011 11011011 10010011 0 0 100001 1110 111100 110010 1001000

Color Harmonies of #DBDB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDB93

Black with #DBDB93

Text Example


Text Example

White with #DBDB93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDB93; }

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

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

background-color css

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

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

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

border-color css

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

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

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