Html Css Color HEX #DFDA93 Primrose

📋 copy color: '#DFDA93'

red 223 ◦ green 218 ◦ blue 147

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

Shades of Primrose #DFDA93

Tints of Primrose #DFDA93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 25%

R = 37.93%
G = 37.07%
B = 25%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DFDA93 (or 0xDFDA93) is known color: Primrose. HEX triplet: DF, DA and 93. RGB value is (223,218,147). Sum of RGB (Red+Green+Blue) = 223+218+147=588 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.93% from 588); Green value is 218 (85.55% from 255 or 37.07% from 588); Blue value is 147 (57.81% from 255 or 25% from 588); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDA93 is #20256C. Grayscale: #D3D3D3. Windows color (decimal): -2106733 or 9689823. OLE color: 9689823.

HSL color Cylindrical-coordinate representation of color #DFDA93: hue angle of 56.05º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DFDA93 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 218 147 -
CMYK 0 0.02 0.34 0.13
HSL 56.05º 0.54% 0.73% -
HSV(B) 56.05º 0.34% 0.87% -
XYZ 60.77 67.94 37.51 -
YUV 211.4 91.66 136.27 -
System Red Green Blue C M Y K H S L
Decimal 223 218 147 0 0.02 0.34 0.13 56.05 0.54 0.73
Hex DF DA 93 0 2 22 D 38 36 49
Octal 337 332 223 0 2 42 15 70 66 111
Binary 11011111 11011010 10010011 0 10 100010 1101 111000 110110 1001001

Color Harmonies of #DFDA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDA93

Black with #DFDA93

Text Example


Text Example

White with #DFDA93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDA93; }

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

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

background-color css

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

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

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

border-color css

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

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

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