Html Css Color HEX #DBDE90 Primrose

📋 copy color: '#DBDE90'

red 219 ◦ green 222 ◦ blue 144

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

Shades of Primrose #DBDE90

Tints of Primrose #DBDE90

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.95%

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

R = 37.44%
G = 37.95%
B = 24.62%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DBDE90 (or 0xDBDE90) is known color: Primrose. HEX triplet: DB, DE and 90. RGB value is (219,222,144). Sum of RGB (Red+Green+Blue) = 219+222+144=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 222 (87.11% from 255 or 37.95% from 585); Blue value is 144 (56.64% from 255 or 24.62% from 585); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDE90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDE90 is #24216F. Grayscale: #D4D4D4. Windows color (decimal): -2367856 or 9494235. OLE color: 9494235.

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

Color convert

RGB 219 222 144 -
CMYK 0.01 0 0.35 0.13
HSL 62.31º 0.54% 0.72% -
HSV(B) 62.31º 0.35% 0.87% -
XYZ 60.37 69.32 36.58 -
YUV 212.21 89.51 132.84 -
System Red Green Blue C M Y K H S L
Decimal 219 222 144 0.01 0 0.35 0.13 62.31 0.54 0.72
Hex DB DE 90 1 0 23 D 3E 36 48
Octal 333 336 220 1 0 43 15 76 66 110
Binary 11011011 11011110 10010000 1 0 100011 1101 111110 110110 1001000

Color Harmonies of #DBDE90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDE90

Black with #DBDE90

Text Example


Text Example

White with #DBDE90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDE90; }

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

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

background-color css

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

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

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

border-color css

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

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

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