Html Css Color HEX #DBDC90 Primrose

📋 copy color: '#DBDC90'

red 219 ◦ green 220 ◦ blue 144

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

Shades of Primrose #DBDC90

Tints of Primrose #DBDC90

RGB

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

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

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

R = 37.56%
G = 37.74%
B = 24.7%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DBDC90 (or 0xDBDC90) is known color: Primrose. HEX triplet: DB, DC and 90. RGB value is (219,220,144). Sum of RGB (Red+Green+Blue) = 219+220+144=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 144 (56.64% from 255 or 24.70% from 583); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDC90 is #24236F. Grayscale: #D3D3D3. Windows color (decimal): -2368368 or 9493723. OLE color: 9493723.

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

Color convert

RGB 219 220 144 -
CMYK 0.00 0 0.35 0.14
HSL 60.79º 0.52% 0.71% -
HSV(B) 60.79º 0.35% 0.86% -
XYZ 59.84 68.26 36.41 -
YUV 211.04 90.17 133.68 -
System Red Green Blue C M Y K H S L
Decimal 219 220 144 0.00 0 0.35 0.14 60.79 0.52 0.71
Hex DB DC 90 0 0 23 E 3D 34 47
Octal 333 334 220 0 0 43 16 75 64 107
Binary 11011011 11011100 10010000 0 0 100011 1110 111101 110100 1000111

Color Harmonies of #DBDC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDC90

Black with #DBDC90

Text Example


Text Example

White with #DBDC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDC90; }

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

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

background-color css

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

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

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

border-color css

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

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

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