Html Css Color HEX #DFD98F Primrose

📋 copy color: '#DFD98F'

red 223 ◦ green 217 ◦ blue 143

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

Shades of Primrose #DFD98F

Tints of Primrose #DFD98F

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.22%

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

R = 38.25%
G = 37.22%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DFD98F (or 0xDFD98F) is known color: Primrose. HEX triplet: DF, D9 and 8F. RGB value is (223,217,143). Sum of RGB (Red+Green+Blue) = 223+217+143=583 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.25% from 583); Green value is 217 (85.16% from 255 or 37.22% from 583); Blue value is 143 (56.25% from 255 or 24.53% from 583); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD98F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD98F is #202670. Grayscale: #D2D2D2. Windows color (decimal): -2106993 or 9427423. OLE color: 9427423.

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

Color convert

RGB 223 217 143 -
CMYK 0 0.03 0.36 0.13
HSL 55.5º 0.56% 0.72% -
HSV(B) 55.5º 0.36% 0.87% -
XYZ 60.2 67.3 35.8 -
YUV 210.36 89.99 137.02 -
System Red Green Blue C M Y K H S L
Decimal 223 217 143 0 0.03 0.36 0.13 55.5 0.56 0.72
Hex DF D9 8F 0 3 24 D 38 38 48
Octal 337 331 217 0 3 44 15 70 70 110
Binary 11011111 11011001 10001111 0 11 100100 1101 111000 111000 1001000

Color Harmonies of #DFD98F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD98F

Black with #DFD98F

Text Example


Text Example

White with #DFD98F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD98F; }

 p { color: rgb(223,217,143); }

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

background-color css

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

 a { background-color: rgb(223,217,143); }

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

border-color css

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

 span { border-color: rgb(223,217,143); }

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