Html Css Color HEX #D8D688 Primrose

📋 copy color: '#D8D688'

red 216 ◦ green 214 ◦ blue 136

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

Shades of Primrose #D8D688

Tints of Primrose #D8D688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 24.03%

R = 38.16%
G = 37.81%
B = 24.03%

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

#D8D688 (or 0xD8D688) is known color: Primrose. HEX triplet: D8, D6 and 88. RGB value is (216,214,136). Sum of RGB (Red+Green+Blue) = 216+214+136=566 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.16% from 566); Green value is 214 (83.98% from 255 or 37.81% from 566); Blue value is 136 (53.52% from 255 or 24.03% from 566); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D688 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D688 is #272977. Grayscale: #CECECE. Windows color (decimal): -2566520 or 8967896. OLE color: 8967896.

HSL color Cylindrical-coordinate representation of color #D8D688: hue angle of 58.5º degrees, saturation: 0.51, 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 #D8D688 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 214 136 -
CMYK 0 0.01 0.37 0.15
HSL 58.5º 0.51% 0.69% -
HSV(B) 58.5º 0.37% 0.85% -
XYZ 56.81 64.47 32.74 -
YUV 205.71 88.66 135.34 -
System Red Green Blue C M Y K H S L
Decimal 216 214 136 0 0.01 0.37 0.15 58.5 0.51 0.69
Hex D8 D6 88 0 1 25 F 3A 33 45
Octal 330 326 210 0 1 45 17 72 63 105
Binary 11011000 11010110 10001000 0 1 100101 1111 111010 110011 1000101

Color Harmonies of #D8D688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D688

Black with #D8D688

Text Example


Text Example

White with #D8D688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D688; }

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

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

background-color css

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

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

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

border-color css

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

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

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