Html Css Color HEX #DFDA85 Primrose

📋 copy color: '#DFDA85'

red 223 ◦ green 218 ◦ blue 133

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

Shades of Primrose #DFDA85

Tints of Primrose #DFDA85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 23.17%

R = 38.85%
G = 37.98%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DFDA85 (or 0xDFDA85) is known color: Primrose. HEX triplet: DF, DA and 85. RGB value is (223,218,133). Sum of RGB (Red+Green+Blue) = 223+218+133=574 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.85% from 574); Green value is 218 (85.55% from 255 or 37.98% from 574); Blue value is 133 (52.34% from 255 or 23.17% from 574); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDA85 is #20257A. Grayscale: #D2D2D2. Windows color (decimal): -2106747 or 8772319. OLE color: 8772319.

HSL color Cylindrical-coordinate representation of color #DFDA85: hue angle of 56.67º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DFDA85 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 218 133 -
CMYK 0 0.02 0.40 0.13
HSL 56.67º 0.58% 0.7% -
HSV(B) 56.67º 0.4% 0.87% -
XYZ 59.74 67.52 32.08 -
YUV 209.81 84.66 137.41 -
System Red Green Blue C M Y K H S L
Decimal 223 218 133 0 0.02 0.40 0.13 56.67 0.58 0.7
Hex DF DA 85 0 2 28 D 39 3A 46
Octal 337 332 205 0 2 50 15 71 72 106
Binary 11011111 11011010 10000101 0 10 101000 1101 111001 111010 1000110

Color Harmonies of #DFDA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDA85

Black with #DFDA85

Text Example


Text Example

White with #DFDA85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDA85; }

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

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

background-color css

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

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

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

border-color css

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

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

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