Html Css Color HEX #D6D58F Primrose

📋 copy color: '#D6D58F'

red 214 ◦ green 213 ◦ blue 143

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

Shades of Primrose #D6D58F

Tints of Primrose #D6D58F

RGB

 RED value IS 214 (83.98% from 255) = 37.54%

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

 BLUE value IS 143 (56.25% from 255) = 25.09%

R = 37.54%
G = 37.37%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D6D58F (or 0xD6D58F) is known color: Primrose. HEX triplet: D6, D5 and 8F. RGB value is (214,213,143). Sum of RGB (Red+Green+Blue) = 214+213+143=570 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.54% from 570); Green value is 213 (83.59% from 255 or 37.37% from 570); Blue value is 143 (56.25% from 255 or 25.09% from 570); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D58F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D58F is #292A70. Grayscale: #CDCDCD. Windows color (decimal): -2697841 or 9426390. OLE color: 9426390.

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

Color convert

RGB 214 213 143 -
CMYK 0 0.00 0.33 0.16
HSL 59.15º 0.46% 0.7% -
HSV(B) 59.15º 0.33% 0.84% -
XYZ 56.48 63.87 35.34 -
YUV 205.32 92.83 134.19 -
System Red Green Blue C M Y K H S L
Decimal 214 213 143 0 0.00 0.33 0.16 59.15 0.46 0.7
Hex D6 D5 8F 0 0 21 10 3B 2E 46
Octal 326 325 217 0 0 41 20 73 56 106
Binary 11010110 11010101 10001111 0 0 100001 10000 111011 101110 1000110

Color Harmonies of #D6D58F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D58F

Black with #D6D58F

Text Example


Text Example

White with #D6D58F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D58F; }

 p { color: rgb(214,213,143); }

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

background-color css

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

 a { background-color: rgb(214,213,143); }

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

border-color css

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

 span { border-color: rgb(214,213,143); }

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