Html Css Color HEX #D8D689 Primrose

📋 copy color: '#D8D689'

red 216 ◦ green 214 ◦ blue 137

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

Shades of Primrose #D8D689

Tints of Primrose #D8D689

RGB

 RED value IS 216 (84.77% from 255) = 38.1%

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

 BLUE value IS 137 (53.91% from 255) = 24.16%

R = 38.1%
G = 37.74%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D8D689 (or 0xD8D689) is known color: Primrose. HEX triplet: D8, D6 and 89. RGB value is (216,214,137). Sum of RGB (Red+Green+Blue) = 216+214+137=567 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.10% from 567); Green value is 214 (83.98% from 255 or 37.74% from 567); Blue value is 137 (53.91% from 255 or 24.16% from 567); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D689 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D689 is #272976. Grayscale: #CECECE. Windows color (decimal): -2566519 or 9033432. OLE color: 9033432.

HSL color Cylindrical-coordinate representation of color #D8D689: hue angle of 58.48º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D8D689 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 214 137 -
CMYK 0 0.01 0.37 0.15
HSL 58.48º 0.5% 0.69% -
HSV(B) 58.48º 0.37% 0.85% -
XYZ 56.88 64.5 33.12 -
YUV 205.82 89.16 135.26 -
System Red Green Blue C M Y K H S L
Decimal 216 214 137 0 0.01 0.37 0.15 58.48 0.5 0.69
Hex D8 D6 89 0 1 25 F 3A 32 45
Octal 330 326 211 0 1 45 17 72 62 105
Binary 11011000 11010110 10001001 0 1 100101 1111 111010 110010 1000101

Color Harmonies of #D8D689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D689

Black with #D8D689

Text Example


Text Example

White with #D8D689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D689; }

 p { color: rgb(216,214,137); }

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

background-color css

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

 a { background-color: rgb(216,214,137); }

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

border-color css

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

 span { border-color: rgb(216,214,137); }

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