Html Css Color HEX #D7E09B Primrose

📋 copy color: '#D7E09B'

red 215 ◦ green 224 ◦ blue 155

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

Shades of Primrose #D7E09B

Tints of Primrose #D7E09B

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.71%

 BLUE value IS 155 (60.94% from 255) = 26.09%

R = 36.2%
G = 37.71%
B = 26.09%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#D7E09B (or 0xD7E09B) is known color: Primrose. HEX triplet: D7, E0 and 9B. RGB value is (215,224,155). Sum of RGB (Red+Green+Blue) = 215+224+155=594 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.20% from 594); Green value is 224 (87.89% from 255 or 37.71% from 594); Blue value is 155 (60.94% from 255 or 26.09% from 594); Max value from RGB is 224 - color contains mainly: green. Hex color #D7E09B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7E09B is #281F64. Grayscale: #D5D5D5. Windows color (decimal): -2629477 or 10215639. OLE color: 10215639.

HSL color Cylindrical-coordinate representation of color #D7E09B: hue angle of 67.83º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D7E09B is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB 215 224 155 -
CMYK 0.04 0 0.31 0.12
HSL 67.83º 0.53% 0.74% -
HSV(B) 67.83º 0.31% 0.88% -
XYZ 60.6 70.12 41.35 -
YUV 213.44 95.02 129.11 -
System Red Green Blue C M Y K H S L
Decimal 215 224 155 0.04 0 0.31 0.12 67.83 0.53 0.74
Hex D7 E0 9B 4 0 1F C 44 35 4A
Octal 327 340 233 4 0 37 14 104 65 112
Binary 11010111 11100000 10011011 100 0 11111 1100 1000100 110101 1001010

Color Harmonies of #D7E09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7E09B

Black with #D7E09B

Text Example


Text Example

White with #D7E09B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7E09B; }

 p { color: rgb(215,224,155); }

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

background-color css

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

 a { background-color: rgb(215,224,155); }

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

border-color css

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

 span { border-color: rgb(215,224,155); }

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