Html Css Color HEX #DBDF90 Primrose

📋 copy color: '#DBDF90'

red 219 ◦ green 223 ◦ blue 144

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

Shades of Primrose #DBDF90

Tints of Primrose #DBDF90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 24.57%

R = 37.37%
G = 38.05%
B = 24.57%

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

#DBDF90 (or 0xDBDF90) is known color: Primrose. HEX triplet: DB, DF and 90. RGB value is (219,223,144). Sum of RGB (Red+Green+Blue) = 219+223+144=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 223 (87.5% from 255 or 38.05% from 586); Blue value is 144 (56.64% from 255 or 24.57% from 586); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDF90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDF90 is #24206F. Grayscale: #D5D5D5. Windows color (decimal): -2367600 or 9494491. OLE color: 9494491.

HSL color Cylindrical-coordinate representation of color #DBDF90: hue angle of 63.04º 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 #DBDF90 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 223 144 -
CMYK 0.02 0 0.35 0.13
HSL 63.04º 0.55% 0.72% -
HSV(B) 63.04º 0.35% 0.87% -
XYZ 60.64 69.85 36.67 -
YUV 212.8 89.17 132.42 -
System Red Green Blue C M Y K H S L
Decimal 219 223 144 0.02 0 0.35 0.13 63.04 0.55 0.72
Hex DB DF 90 2 0 23 D 3F 37 48
Octal 333 337 220 2 0 43 15 77 67 110
Binary 11011011 11011111 10010000 10 0 100011 1101 111111 110111 1001000

Color Harmonies of #DBDF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDF90

Black with #DBDF90

Text Example


Text Example

White with #DBDF90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDF90; }

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

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

background-color css

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

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

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

border-color css

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

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

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