Html Css Color HEX #DBDC8E Primrose

📋 copy color: '#DBDC8E'

red 219 ◦ green 220 ◦ blue 142

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

Shades of Primrose #DBDC8E

Tints of Primrose #DBDC8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 24.44%

R = 37.69%
G = 37.87%
B = 24.44%

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

#DBDC8E (or 0xDBDC8E) is known color: Primrose. HEX triplet: DB, DC and 8E. RGB value is (219,220,142). Sum of RGB (Red+Green+Blue) = 219+220+142=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 220 (86.33% from 255 or 37.87% from 581); Blue value is 142 (55.86% from 255 or 24.44% from 581); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDC8E is #242371. Grayscale: #D3D3D3. Windows color (decimal): -2368370 or 9362651. OLE color: 9362651.

HSL color Cylindrical-coordinate representation of color #DBDC8E: hue angle of 60.77º degrees, saturation: 0.53, 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 #DBDC8E is Cyan = 0.00, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 220 142 -
CMYK 0.00 0 0.35 0.14
HSL 60.77º 0.53% 0.71% -
HSV(B) 60.77º 0.35% 0.86% -
XYZ 59.69 68.2 35.61 -
YUV 210.81 89.17 133.84 -
System Red Green Blue C M Y K H S L
Decimal 219 220 142 0.00 0 0.35 0.14 60.77 0.53 0.71
Hex DB DC 8E 0 0 23 E 3D 35 47
Octal 333 334 216 0 0 43 16 75 65 107
Binary 11011011 11011100 10001110 0 0 100011 1110 111101 110101 1000111

Color Harmonies of #DBDC8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDC8E

Black with #DBDC8E

Text Example


Text Example

White with #DBDC8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDC8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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