Html Css Color HEX #D8D58B Primrose

📋 copy color: '#D8D58B'

red 216 ◦ green 213 ◦ blue 139

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

Shades of Primrose #D8D58B

Tints of Primrose #D8D58B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.5%

 BLUE value IS 139 (54.69% from 255) = 24.47%

R = 38.03%
G = 37.5%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D8D58B (or 0xD8D58B) is known color: Primrose. HEX triplet: D8, D5 and 8B. RGB value is (216,213,139). Sum of RGB (Red+Green+Blue) = 216+213+139=568 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.03% from 568); Green value is 213 (83.59% from 255 or 37.5% from 568); Blue value is 139 (54.69% from 255 or 24.47% from 568); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D58B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D58B is #272A74. Grayscale: #CDCDCD. Windows color (decimal): -2566773 or 9164248. OLE color: 9164248.

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

Color convert

RGB 216 213 139 -
CMYK 0 0.01 0.36 0.15
HSL 57.66º 0.5% 0.7% -
HSV(B) 57.66º 0.36% 0.85% -
XYZ 56.77 64.05 33.8 -
YUV 205.46 90.49 135.52 -
System Red Green Blue C M Y K H S L
Decimal 216 213 139 0 0.01 0.36 0.15 57.66 0.5 0.7
Hex D8 D5 8B 0 1 24 F 3A 32 46
Octal 330 325 213 0 1 44 17 72 62 106
Binary 11011000 11010101 10001011 0 1 100100 1111 111010 110010 1000110

Color Harmonies of #D8D58B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D58B

Black with #D8D58B

Text Example


Text Example

White with #D8D58B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D58B; }

 p { color: rgb(216,213,139); }

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

background-color css

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

 a { background-color: rgb(216,213,139); }

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

border-color css

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

 span { border-color: rgb(216,213,139); }

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