Html Css Color HEX #D9D38B Primrose

📋 copy color: '#D9D38B'

red 217 ◦ green 211 ◦ blue 139

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

Shades of Primrose #D9D38B

Tints of Primrose #D9D38B

RGB

 RED value IS 217 (85.16% from 255) = 38.27%

 GREEN value IS 211 (82.81% from 255) = 37.21%

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

R = 38.27%
G = 37.21%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D9D38B (or 0xD9D38B) is known color: Primrose. HEX triplet: D9, D3 and 8B. RGB value is (217,211,139). Sum of RGB (Red+Green+Blue) = 217+211+139=567 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.27% from 567); Green value is 211 (82.81% from 255 or 37.21% from 567); Blue value is 139 (54.69% from 255 or 24.51% from 567); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D38B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D38B is #262C74. Grayscale: #CCCCCC. Windows color (decimal): -2501749 or 9163737. OLE color: 9163737.

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

Color convert

RGB 217 211 139 -
CMYK 0 0.03 0.36 0.15
HSL 55.38º 0.51% 0.7% -
HSV(B) 55.38º 0.36% 0.85% -
XYZ 56.57 63.2 33.64 -
YUV 204.59 90.99 136.85 -
System Red Green Blue C M Y K H S L
Decimal 217 211 139 0 0.03 0.36 0.15 55.38 0.51 0.7
Hex D9 D3 8B 0 3 24 F 37 33 46
Octal 331 323 213 0 3 44 17 67 63 106
Binary 11011001 11010011 10001011 0 11 100100 1111 110111 110011 1000110

Color Harmonies of #D9D38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D38B

Black with #D9D38B

Text Example


Text Example

White with #D9D38B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D38B; }

 p { color: rgb(217,211,139); }

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

background-color css

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

 a { background-color: rgb(217,211,139); }

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

border-color css

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

 span { border-color: rgb(217,211,139); }

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