Html Css Color HEX #DFD48D Primrose

📋 copy color: '#DFD48D'

red 223 ◦ green 212 ◦ blue 141

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

Shades of Primrose #DFD48D

Tints of Primrose #DFD48D

RGB

 RED value IS 223 (87.5% from 255) = 38.72%

 GREEN value IS 212 (83.2% from 255) = 36.81%

 BLUE value IS 141 (55.47% from 255) = 24.48%

R = 38.72%
G = 36.81%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DFD48D (or 0xDFD48D) is known color: Primrose. HEX triplet: DF, D4 and 8D. RGB value is (223,212,141). Sum of RGB (Red+Green+Blue) = 223+212+141=576 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.72% from 576); Green value is 212 (83.20% from 255 or 36.81% from 576); Blue value is 141 (55.47% from 255 or 24.48% from 576); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD48D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD48D is #202B72. Grayscale: #CFCFCF. Windows color (decimal): -2108275 or 9295071. OLE color: 9295071.

HSL color Cylindrical-coordinate representation of color #DFD48D: hue angle of 51.95º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DFD48D is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 212 141 -
CMYK 0 0.05 0.37 0.13
HSL 51.95º 0.56% 0.71% -
HSV(B) 51.95º 0.37% 0.87% -
XYZ 58.78 64.7 34.59 -
YUV 207.2 90.64 139.27 -
System Red Green Blue C M Y K H S L
Decimal 223 212 141 0 0.05 0.37 0.13 51.95 0.56 0.71
Hex DF D4 8D 0 5 25 D 34 38 47
Octal 337 324 215 0 5 45 15 64 70 107
Binary 11011111 11010100 10001101 0 101 100101 1101 110100 111000 1000111

Color Harmonies of #DFD48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD48D

Black with #DFD48D

Text Example


Text Example

White with #DFD48D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD48D; }

 p { color: rgb(223,212,141); }

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

background-color css

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

 a { background-color: rgb(223,212,141); }

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

border-color css

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

 span { border-color: rgb(223,212,141); }

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