Html Css Color HEX #D7DB92 Primrose

📋 copy color: '#D7DB92'

red 215 ◦ green 219 ◦ blue 146

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

Shades of Primrose #D7DB92

Tints of Primrose #D7DB92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 25.17%

R = 37.07%
G = 37.76%
B = 25.17%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#D7DB92 (or 0xD7DB92) is known color: Primrose. HEX triplet: D7, DB and 92. RGB value is (215,219,146). Sum of RGB (Red+Green+Blue) = 215+219+146=580 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.07% from 580); Green value is 219 (85.94% from 255 or 37.76% from 580); Blue value is 146 (57.42% from 255 or 25.17% from 580); Max value from RGB is 219 - color contains mainly: green. Hex color #D7DB92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DB92 is #28246D. Grayscale: #D1D1D1. Windows color (decimal): -2630766 or 9624535. OLE color: 9624535.

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

Color convert

RGB 215 219 146 -
CMYK 0.02 0 0.33 0.14
HSL 63.29º 0.5% 0.72% -
HSV(B) 63.29º 0.33% 0.86% -
XYZ 58.54 67.19 37.08 -
YUV 209.48 92.17 131.94 -
System Red Green Blue C M Y K H S L
Decimal 215 219 146 0.02 0 0.33 0.14 63.29 0.5 0.72
Hex D7 DB 92 2 0 21 E 3F 32 48
Octal 327 333 222 2 0 41 16 77 62 110
Binary 11010111 11011011 10010010 10 0 100001 1110 111111 110010 1001000

Color Harmonies of #D7DB92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DB92

Black with #D7DB92

Text Example


Text Example

White with #D7DB92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DB92; }

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

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

background-color css

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

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

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

border-color css

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

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

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