Html Css Color HEX #D7DB8C Primrose

📋 copy color: '#D7DB8C'

red 215 ◦ green 219 ◦ blue 140

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

Shades of Primrose #D7DB8C

Tints of Primrose #D7DB8C

RGB

 RED value IS 215 (84.38% from 255) = 37.46%

 GREEN value IS 219 (85.94% from 255) = 38.15%

 BLUE value IS 140 (55.08% from 255) = 24.39%

R = 37.46%
G = 38.15%
B = 24.39%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#D7DB8C (or 0xD7DB8C) is known color: Primrose. HEX triplet: D7, DB and 8C. RGB value is (215,219,140). Sum of RGB (Red+Green+Blue) = 215+219+140=574 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.46% from 574); Green value is 219 (85.94% from 255 or 38.15% from 574); Blue value is 140 (55.08% from 255 or 24.39% from 574); Max value from RGB is 219 - color contains mainly: green. Hex color #D7DB8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DB8C is #282473. Grayscale: #D1D1D1. Windows color (decimal): -2630772 or 9231319. OLE color: 9231319.

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

Color convert

RGB 215 219 140 -
CMYK 0.02 0 0.36 0.14
HSL 63.04º 0.52% 0.7% -
HSV(B) 63.04º 0.36% 0.86% -
XYZ 58.09 67 34.68 -
YUV 208.8 89.17 132.42 -
System Red Green Blue C M Y K H S L
Decimal 215 219 140 0.02 0 0.36 0.14 63.04 0.52 0.7
Hex D7 DB 8C 2 0 24 E 3F 34 46
Octal 327 333 214 2 0 44 16 77 64 106
Binary 11010111 11011011 10001100 10 0 100100 1110 111111 110100 1000110

Color Harmonies of #D7DB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DB8C

Black with #D7DB8C

Text Example


Text Example

White with #D7DB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DB8C; }

 p { color: rgb(215,219,140); }

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

background-color css

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

 a { background-color: rgb(215,219,140); }

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

border-color css

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

 span { border-color: rgb(215,219,140); }

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