Html Css Color HEX #DCDF92 Primrose

📋 copy color: '#DCDF92'

red 220 ◦ green 223 ◦ blue 146

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

Shades of Primrose #DCDF92

Tints of Primrose #DCDF92

RGB

 RED value IS 220 (86.33% from 255) = 37.35%

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

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

R = 37.35%
G = 37.86%
B = 24.79%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DCDF92 (or 0xDCDF92) is known color: Primrose. HEX triplet: DC, DF and 92. RGB value is (220,223,146). Sum of RGB (Red+Green+Blue) = 220+223+146=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 223 (87.5% from 255 or 37.86% from 589); Blue value is 146 (57.42% from 255 or 24.79% from 589); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDF92 is #23206D. Grayscale: #D5D5D5. Windows color (decimal): -2302062 or 9625564. OLE color: 9625564.

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

Color convert

RGB 220 223 146 -
CMYK 0.01 0 0.35 0.13
HSL 62.34º 0.55% 0.72% -
HSV(B) 62.34º 0.35% 0.87% -
XYZ 61.09 70.07 37.5 -
YUV 213.33 90.01 132.76 -
System Red Green Blue C M Y K H S L
Decimal 220 223 146 0.01 0 0.35 0.13 62.34 0.55 0.72
Hex DC DF 92 1 0 23 D 3E 37 48
Octal 334 337 222 1 0 43 15 76 67 110
Binary 11011100 11011111 10010010 1 0 100011 1101 111110 110111 1001000

Color Harmonies of #DCDF92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDF92

Black with #DCDF92

Text Example


Text Example

White with #DCDF92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDF92; }

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

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

background-color css

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

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

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

border-color css

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

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

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