Html Css Color HEX #DFDF92 Primrose

📋 copy color: '#DFDF92'

red 223 ◦ green 223 ◦ blue 146

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

Shades of Primrose #DFDF92

Tints of Primrose #DFDF92

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.67%

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

R = 37.67%
G = 37.67%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DFDF92 (or 0xDFDF92) is known color: Primrose. HEX triplet: DF, DF and 92. RGB value is (223,223,146). Sum of RGB (Red+Green+Blue) = 223+223+146=592 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.67% from 592); Green value is 223 (87.5% from 255 or 37.67% from 592); Blue value is 146 (57.42% from 255 or 24.66% from 592); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDF92 is #20206D. Grayscale: #D6D6D6. Windows color (decimal): -2105454 or 9625567. OLE color: 9625567.

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

Color convert

RGB 223 223 146 -
CMYK 0 0 0.35 0.13
HSL 60º 0.55% 0.72% -
HSV(B) 60º 0.35% 0.87% -
XYZ 62.01 70.54 37.54 -
YUV 214.22 89.5 134.26 -
System Red Green Blue C M Y K H S L
Decimal 223 223 146 0 0 0.35 0.13 60 0.55 0.72
Hex DF DF 92 0 0 23 D 3C 37 48
Octal 337 337 222 0 0 43 15 74 67 110
Binary 11011111 11011111 10010010 0 0 100011 1101 111100 110111 1001000

Color Harmonies of #DFDF92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDF92

Black with #DFDF92

Text Example


Text Example

White with #DFDF92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDF92; }

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

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

background-color css

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

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

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

border-color css

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

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

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