Html Css Color HEX #DBDC8A Primrose

📋 copy color: '#DBDC8A'

red 219 ◦ green 220 ◦ blue 138

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

Shades of Primrose #DBDC8A

Tints of Primrose #DBDC8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 23.92%

R = 37.95%
G = 38.13%
B = 23.92%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DBDC8A (or 0xDBDC8A) is known color: Primrose. HEX triplet: DB, DC and 8A. RGB value is (219,220,138). Sum of RGB (Red+Green+Blue) = 219+220+138=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 220 (86.33% from 255 or 38.13% from 577); Blue value is 138 (54.30% from 255 or 23.92% from 577); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDC8A is #242375. Grayscale: #D2D2D2. Windows color (decimal): -2368374 or 9100507. OLE color: 9100507.

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

Color convert

RGB 219 220 138 -
CMYK 0.00 0 0.37 0.14
HSL 60.73º 0.54% 0.7% -
HSV(B) 60.73º 0.37% 0.86% -
XYZ 59.39 68.08 34.06 -
YUV 210.35 87.17 134.17 -
System Red Green Blue C M Y K H S L
Decimal 219 220 138 0.00 0 0.37 0.14 60.73 0.54 0.7
Hex DB DC 8A 0 0 25 E 3D 36 46
Octal 333 334 212 0 0 45 16 75 66 106
Binary 11011011 11011100 10001010 0 0 100101 1110 111101 110110 1000110

Color Harmonies of #DBDC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDC8A

Black with #DBDC8A

Text Example


Text Example

White with #DBDC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDC8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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