Html Css Color HEX #DFD48E Primrose

📋 copy color: '#DFD48E'

red 223 ◦ green 212 ◦ blue 142

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

Shades of Primrose #DFD48E

Tints of Primrose #DFD48E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 24.61%

R = 38.65%
G = 36.74%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DFD48E (or 0xDFD48E) is known color: Primrose. HEX triplet: DF, D4 and 8E. RGB value is (223,212,142). Sum of RGB (Red+Green+Blue) = 223+212+142=577 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.65% from 577); Green value is 212 (83.20% from 255 or 36.74% from 577); Blue value is 142 (55.86% from 255 or 24.61% from 577); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD48E is #202B71. Grayscale: #CFCFCF. Windows color (decimal): -2108274 or 9360607. OLE color: 9360607.

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

Color convert

RGB 223 212 142 -
CMYK 0 0.05 0.36 0.13
HSL 51.85º 0.56% 0.72% -
HSV(B) 51.85º 0.36% 0.87% -
XYZ 58.86 64.73 34.98 -
YUV 207.31 91.14 139.19 -
System Red Green Blue C M Y K H S L
Decimal 223 212 142 0 0.05 0.36 0.13 51.85 0.56 0.72
Hex DF D4 8E 0 5 24 D 34 38 48
Octal 337 324 216 0 5 44 15 64 70 110
Binary 11011111 11010100 10001110 0 101 100100 1101 110100 111000 1001000

Color Harmonies of #DFD48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD48E

Black with #DFD48E

Text Example


Text Example

White with #DFD48E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD48E; }

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

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

background-color css

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

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

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

border-color css

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

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

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