Html Css Color HEX #DBDF92 Primrose

📋 copy color: '#DBDF92'

red 219 ◦ green 223 ◦ blue 146

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

Shades of Primrose #DBDF92

Tints of Primrose #DBDF92

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.93%

 BLUE value IS 146 (57.42% from 255) = 24.83%

R = 37.24%
G = 37.93%
B = 24.83%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DBDF92 (or 0xDBDF92) is known color: Primrose. HEX triplet: DB, DF and 92. RGB value is (219,223,146). Sum of RGB (Red+Green+Blue) = 219+223+146=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 223 (87.5% from 255 or 37.93% from 588); Blue value is 146 (57.42% from 255 or 24.83% from 588); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDF92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDF92 is #24206D. Grayscale: #D5D5D5. Windows color (decimal): -2367598 or 9625563. OLE color: 9625563.

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

Color convert

RGB 219 223 146 -
CMYK 0.02 0 0.35 0.13
HSL 63.12º 0.55% 0.72% -
HSV(B) 63.12º 0.35% 0.87% -
XYZ 60.79 69.91 37.48 -
YUV 213.03 90.17 132.26 -
System Red Green Blue C M Y K H S L
Decimal 219 223 146 0.02 0 0.35 0.13 63.12 0.55 0.72
Hex DB DF 92 2 0 23 D 3F 37 48
Octal 333 337 222 2 0 43 15 77 67 110
Binary 11011011 11011111 10010010 10 0 100011 1101 111111 110111 1001000

Color Harmonies of #DBDF92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDF92

Black with #DBDF92

Text Example


Text Example

White with #DBDF92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDF92; }

 p { color: rgb(219,223,146); }

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

background-color css

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

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

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

border-color css

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

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

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