Html Css Color HEX #DFDA92 Primrose

📋 copy color: '#DFDA92'

red 223 ◦ green 218 ◦ blue 146

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

Shades of Primrose #DFDA92

Tints of Primrose #DFDA92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 24.87%

R = 37.99%
G = 37.14%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DFDA92 (or 0xDFDA92) is known color: Primrose. HEX triplet: DF, DA and 92. RGB value is (223,218,146). Sum of RGB (Red+Green+Blue) = 223+218+146=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 218 (85.55% from 255 or 37.14% from 587); Blue value is 146 (57.42% from 255 or 24.87% from 587); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDA92 is #20256D. Grayscale: #D3D3D3. Windows color (decimal): -2106734 or 9624287. OLE color: 9624287.

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

Color convert

RGB 223 218 146 -
CMYK 0 0.02 0.35 0.13
HSL 56.1º 0.55% 0.72% -
HSV(B) 56.1º 0.35% 0.87% -
XYZ 60.69 67.91 37.1 -
YUV 211.29 91.16 136.35 -
System Red Green Blue C M Y K H S L
Decimal 223 218 146 0 0.02 0.35 0.13 56.1 0.55 0.72
Hex DF DA 92 0 2 23 D 38 37 48
Octal 337 332 222 0 2 43 15 70 67 110
Binary 11011111 11011010 10010010 0 10 100011 1101 111000 110111 1001000

Color Harmonies of #DFDA92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDA92

Black with #DFDA92

Text Example


Text Example

White with #DFDA92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDA92; }

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

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

background-color css

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

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

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

border-color css

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

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

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