Html Css Color HEX #DFD78D Primrose

📋 copy color: '#DFD78D'

red 223 ◦ green 215 ◦ blue 141

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

Shades of Primrose #DFD78D

Tints of Primrose #DFD78D

RGB

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

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

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

R = 38.51%
G = 37.13%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DFD78D (or 0xDFD78D) is known color: Primrose. HEX triplet: DF, D7 and 8D. RGB value is (223,215,141). Sum of RGB (Red+Green+Blue) = 223+215+141=579 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.51% from 579); Green value is 215 (84.38% from 255 or 37.13% from 579); Blue value is 141 (55.47% from 255 or 24.35% from 579); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD78D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD78D is #202872. Grayscale: #D1D1D1. Windows color (decimal): -2107507 or 9295839. OLE color: 9295839.

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

Color convert

RGB 223 215 141 -
CMYK 0 0.04 0.37 0.13
HSL 54.15º 0.56% 0.71% -
HSV(B) 54.15º 0.37% 0.87% -
XYZ 59.54 66.21 34.84 -
YUV 208.96 89.65 138.02 -
System Red Green Blue C M Y K H S L
Decimal 223 215 141 0 0.04 0.37 0.13 54.15 0.56 0.71
Hex DF D7 8D 0 4 25 D 36 38 47
Octal 337 327 215 0 4 45 15 66 70 107
Binary 11011111 11010111 10001101 0 100 100101 1101 110110 111000 1000111

Color Harmonies of #DFD78D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD78D

Black with #DFD78D

Text Example


Text Example

White with #DFD78D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD78D; }

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

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

background-color css

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

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

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

border-color css

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

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

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