Html Css Color HEX #DFD78E Primrose

📋 copy color: '#DFD78E'

red 223 ◦ green 215 ◦ blue 142

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

Shades of Primrose #DFD78E

Tints of Primrose #DFD78E

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.07%

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

R = 38.45%
G = 37.07%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DFD78E (or 0xDFD78E) is known color: Primrose. HEX triplet: DF, D7 and 8E. RGB value is (223,215,142). Sum of RGB (Red+Green+Blue) = 223+215+142=580 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.45% from 580); Green value is 215 (84.38% from 255 or 37.07% from 580); Blue value is 142 (55.86% from 255 or 24.48% from 580); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD78E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD78E is #202871. Grayscale: #D1D1D1. Windows color (decimal): -2107506 or 9361375. OLE color: 9361375.

HSL color Cylindrical-coordinate representation of color #DFD78E: hue angle of 54.07º 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 #DFD78E is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 215 142 -
CMYK 0 0.04 0.36 0.13
HSL 54.07º 0.56% 0.72% -
HSV(B) 54.07º 0.36% 0.87% -
XYZ 59.61 66.24 35.24 -
YUV 209.07 90.15 137.94 -
System Red Green Blue C M Y K H S L
Decimal 223 215 142 0 0.04 0.36 0.13 54.07 0.56 0.72
Hex DF D7 8E 0 4 24 D 36 38 48
Octal 337 327 216 0 4 44 15 66 70 110
Binary 11011111 11010111 10001110 0 100 100100 1101 110110 111000 1001000

Color Harmonies of #DFD78E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD78E

Black with #DFD78E

Text Example


Text Example

White with #DFD78E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD78E; }

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

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

background-color css

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

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

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

border-color css

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

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

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