Html Css Color HEX #D7D694 Primrose

📋 copy color: '#D7D694'

red 215 ◦ green 214 ◦ blue 148

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

Shades of Primrose #D7D694

Tints of Primrose #D7D694

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.09%

 BLUE value IS 148 (58.2% from 255) = 25.65%

R = 37.26%
G = 37.09%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D7D694 (or 0xD7D694) is known color: Primrose. HEX triplet: D7, D6 and 94. RGB value is (215,214,148). Sum of RGB (Red+Green+Blue) = 215+214+148=577 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.26% from 577); Green value is 214 (83.98% from 255 or 37.09% from 577); Blue value is 148 (58.20% from 255 or 25.65% from 577); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D694 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D694 is #28296B. Grayscale: #CFCFCF. Windows color (decimal): -2632044 or 9754327. OLE color: 9754327.

HSL color Cylindrical-coordinate representation of color #D7D694: hue angle of 59.1º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D7D694 is Cyan = 0, Magento = 0.00, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 214 148 -
CMYK 0 0.00 0.31 0.16
HSL 59.1º 0.46% 0.71% -
HSV(B) 59.1º 0.31% 0.84% -
XYZ 57.42 64.68 37.47 -
YUV 206.78 94.83 133.87 -
System Red Green Blue C M Y K H S L
Decimal 215 214 148 0 0.00 0.31 0.16 59.1 0.46 0.71
Hex D7 D6 94 0 0 1F 10 3B 2E 47
Octal 327 326 224 0 0 37 20 73 56 107
Binary 11010111 11010110 10010100 0 0 11111 10000 111011 101110 1000111

Color Harmonies of #D7D694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D694

Black with #D7D694

Text Example


Text Example

White with #D7D694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D694; }

 p { color: rgb(215,214,148); }

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

background-color css

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

 a { background-color: rgb(215,214,148); }

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

border-color css

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

 span { border-color: rgb(215,214,148); }

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