Html Css Color HEX #DFDA8C Primrose

📋 copy color: '#DFDA8C'

red 223 ◦ green 218 ◦ blue 140

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

Shades of Primrose #DFDA8C

Tints of Primrose #DFDA8C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.52%

 BLUE value IS 140 (55.08% from 255) = 24.1%

R = 38.38%
G = 37.52%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DFDA8C (or 0xDFDA8C) is known color: Primrose. HEX triplet: DF, DA and 8C. RGB value is (223,218,140). Sum of RGB (Red+Green+Blue) = 223+218+140=581 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.38% from 581); Green value is 218 (85.55% from 255 or 37.52% from 581); Blue value is 140 (55.08% from 255 or 24.10% from 581); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDA8C is #202573. Grayscale: #D2D2D2. Windows color (decimal): -2106740 or 9231071. OLE color: 9231071.

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

Color convert

RGB 223 218 140 -
CMYK 0 0.02 0.37 0.13
HSL 56.39º 0.56% 0.71% -
HSV(B) 56.39º 0.37% 0.87% -
XYZ 60.24 67.72 34.71 -
YUV 210.6 88.16 136.84 -
System Red Green Blue C M Y K H S L
Decimal 223 218 140 0 0.02 0.37 0.13 56.39 0.56 0.71
Hex DF DA 8C 0 2 25 D 38 38 47
Octal 337 332 214 0 2 45 15 70 70 107
Binary 11011111 11011010 10001100 0 10 100101 1101 111000 111000 1000111

Color Harmonies of #DFDA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDA8C

Black with #DFDA8C

Text Example


Text Example

White with #DFDA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDA8C; }

 p { color: rgb(223,218,140); }

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

background-color css

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

 a { background-color: rgb(223,218,140); }

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

border-color css

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

 span { border-color: rgb(223,218,140); }

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